<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-04-10T03:14:07.586778" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-scale-switch.txt" source="/w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/test/csit/suites/openflowplugin/Maximum_Switches/010__finding_max_switches.robot">
<kw name="Workflow Setup" owner="WorkflowsOpenFlow" type="SETUP">
<kw name="Create Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:08.305464" level="INFO">Creating Session using : alias=session, url=http://10.30.171.124:8181, headers={'Content-Type': 'application/xml'},                     cookies={}, auth=&lt;requests.auth.HTTPBasicAuth object at 0x7841c3216c50&gt;, timeout=None, proxies=None, verify=False,                     debug=0 </msg>
<arg>session</arg>
<arg>http://${ODL_SYSTEM_IP}:${RESTCONFPORT}</arg>
<arg>auth=${AUTH}</arg>
<arg>headers=${HEADERS_XML}</arg>
<doc>Create Session: create a HTTP session to a server</doc>
<status status="PASS" start="2026-04-10T03:14:08.305038" elapsed="0.000656"/>
</kw>
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-04-10T03:14:08.311477" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:08.311324" elapsed="0.000231"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:08.311293" elapsed="0.000289"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:08.311749" elapsed="0.000656"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-04-10T03:14:08.312942" level="INFO">Logging into '10.30.171.124:8101' as 'karaf'.</msg>
<msg time="2026-04-10T03:14:09.094010" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-04-10T03:14:08.312602" elapsed="0.781600"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T03:14:09.143657" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-10T03:14:09.094563" elapsed="0.049229"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-04-10T03:14:09.145721" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-04-10T03:14:09.145838" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-04-10T03:14:09.144094" elapsed="0.001777"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-04-10T03:14:09.146051" elapsed="0.000295"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:09.146554" elapsed="0.000225"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.147354" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:09.146949" elapsed="0.000469"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-04-10T03:14:09.147477" elapsed="0.000051"/>
</return>
<arg>log:set ${log_level}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.124
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-04-10T03:14:08.310924" elapsed="0.836730"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-10T03:14:08.306850" elapsed="0.840867"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:08.304574" elapsed="0.843213"/>
</kw>
<test id="s1-t1" name="Find Max Switches" line="22">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.149069" level="INFO">${error_message} = Fail initializing suite</msg>
<var>${error_message}</var>
<arg>Fail initializing suite</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:09.148613" elapsed="0.000492"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.151409" level="INFO">${maximum_switches} = 0</msg>
<var>${maximum_switches}</var>
<arg>${0}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:09.149328" elapsed="0.002110"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.151912" level="INFO">${discover_time} = 0</msg>
<var>${discover_time}</var>
<arg>0</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:09.151638" elapsed="0.000301"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.152491" level="INFO">${start} = 100</msg>
<var>${start}</var>
<arg>${MIN_SWITCHES}</arg>
<doc>Converts the given item to an integer number.</doc>
<status status="PASS" start="2026-04-10T03:14:09.152139" elapsed="0.000379"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.153030" level="INFO">${stop} = 800</msg>
<var>${stop}</var>
<arg>${MAX_SWITCHES}</arg>
<doc>Converts the given item to an integer number.</doc>
<status status="PASS" start="2026-04-10T03:14:09.152715" elapsed="0.000341"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.153589" level="INFO">${step} = 100</msg>
<var>${step}</var>
<arg>${STEP_SWITCHES}</arg>
<doc>Converts the given item to an integer number.</doc>
<status status="PASS" start="2026-04-10T03:14:09.153256" elapsed="0.000359"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Workflow Linear Topology" owner="WorkflowsOpenFlow">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.161945" level="INFO">${error_message} = Test has completed</msg>
<var>${error_message}</var>
<arg>Test has completed</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:09.161662" elapsed="0.000314"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.164027" level="INFO">${topology_discover_time} = 0</msg>
<var>${topology_discover_time}</var>
<arg>${0}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:09.162226" elapsed="0.001830"/>
</kw>
<kw name="Create List" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.164575" level="INFO">${controller_list} = ['10.30.171.124']</msg>
<var>${controller_list}</var>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Returns a list containing given items.</doc>
<status status="PASS" start="2026-04-10T03:14:09.164253" elapsed="0.000349"/>
</kw>
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.165151" level="INFO">${flow_count} = 10000</msg>
<var>${flow_count}</var>
<arg>${flow_count}</arg>
<doc>Converts the given item to an integer number.</doc>
<status status="PASS" start="2026-04-10T03:14:09.164814" elapsed="0.000364"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.165768" level="INFO">${flows_ovs_25} = 10100</msg>
<var>${flows_ovs_25}</var>
<arg>${flow_count} + ${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:09.165390" elapsed="0.000405"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.166281" level="INFO">${flows_before} = 100</msg>
<var>${flows_before}</var>
<arg>${switches}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:09.165985" elapsed="0.000325"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.166794" level="INFO">${flows_after} = 10100</msg>
<var>${flows_after}</var>
<arg>${flows_ovs_25}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:09.166512" elapsed="0.000308"/>
</kw>
<kw name="Generate New Flow Details" owner="ScaleClient">
<msg time="2026-04-10T03:14:09.188531" level="INFO">${flows} = [(40, 7, 0), (65, 9, 1), (50, 0, 2), (1, 3, 3), (39, 5, 4), (61, 7, 5), (9, 1, 6), (45, 6, 7), (5, 0, 8), (7, 1, 9), (65, 3, 10), (75, 9, 11), (70, 0, 12), (14, 2, 13), (33, 0, 14), (47, 7, 15), (68, ...</msg>
<msg time="2026-04-10T03:14:09.188940" level="INFO">${notes} = {40: {'total': 112, 7: 17, 0: 12, 8: 14, 6: 11, 9: 10, 4: 12, 2: 8, 3: 10, 1: 9, 5: 9}, 65: {'total': 93, 9: 16, 3: 7, 2: 6, 6: 9, 1: 11, 5: 10, 7: 9, 8: 7, 0: 9, 4: 9}, 50: {'total': 112, 0: 12, 9: 2...</msg>
<var>${flows}</var>
<var>${notes}</var>
<arg>flows=${flow_count}</arg>
<arg>switches=${switches}</arg>
<arg>swspread=${swspread}</arg>
<arg>tables=${tables}</arg>
<arg>tabspread=${tabspread}</arg>
<doc>Generate a list of tupples (switch_id, table_id, flow_id) which are generated
according to the spread rules between swithces and tables.
It also returns a dictionary with statsistics.</doc>
<status status="PASS" start="2026-04-10T03:14:09.166979" elapsed="0.021990"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>${\n}</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:14:09.189192" elapsed="0.000407"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>Starting mininet linear ${switches} switches</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:14:09.189796" elapsed="0.000323"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Start Mininet Linear" owner="MininetKeywords">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.193855" level="INFO">Start Mininet Linear</msg>
<arg>Start Mininet Linear</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:09.193631" elapsed="0.000270"/>
</kw>
<kw name="Start Mininet Single Controller" owner="MininetKeywords">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.196864" level="INFO">Clear any existing mininet</msg>
<arg>Clear any existing mininet</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:09.196645" elapsed="0.000264"/>
</kw>
<kw name="Clean Mininet System" owner="Utils">
<kw name="Run Command On Mininet" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:09.199630" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:09.199312" elapsed="0.000377"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:09.199260" elapsed="0.000457"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:09.200054" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-10T03:14:09.200163" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T03:14:09.199871" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.200747" level="INFO">Attempting to execute command "sudo mn -c" on remote system "10.30.170.93" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:09.200365" elapsed="0.000445"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:09.201417" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:09.201009" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:14:09.202920" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:14:09.203006" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:14:09.202064" elapsed="0.000985"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:09.203235" elapsed="0.000664"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:14:09.205517" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:14:09.947632" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:14:09 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-51746-174-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:14:09.204886" elapsed="0.743117"/>
</kw>
<msg time="2026-04-10T03:14:09.948399" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:09.204080" elapsed="0.744529"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:14:09.201665" elapsed="0.747166"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:14:09.949779" level="INFO">Executing command 'sudo mn -c'.</msg>
<msg time="2026-04-10T03:14:11.139489" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T03:14:11.139878" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T03:14:11.139987" level="INFO">${stderr} = *** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes
killall controller ofprotocol ofdatapath ping nox_corelt-nox_core ovs-openflowd ovs-controllerovs-testcontroller udpbwtest mnexec iv...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T03:14:09.949324" elapsed="1.190723"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:11.140587" elapsed="0.000667"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:11.142599" level="INFO">*** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes
killall controller ofprotocol ofdatapath ping nox_corelt-nox_core ovs-openflowd ovs-controllerovs-testcontroller udpbwtest mnexec ivs ryu-manager 2&gt; /dev/null
killall -9 controller ofprotocol ofdatapath ping nox_corelt-nox_core ovs-openflowd ovs-controllerovs-testcontroller udpbwtest mnexec ivs ryu-manager 2&gt; /dev/null
pkill -9 -f "sudo mnexec"
*** Removing junk from /tmp
rm -f /tmp/vconn* /tmp/vlogs* /tmp/*.out /tmp/*.log
*** Removing old X11 tunnels
*** Removing excess kernel datapaths
ps ax | egrep -o 'dp[0-9]+' | sed 's/dp/nl:/'
***  Removing OVS datapaths
ovs-vsctl --timeout=1 list-br
ovs-vsctl --timeout=1 list-br
*** Removing all links of the pattern foo-ethX
ip link show | egrep -o '([-_.[:alnum:]]+-eth[[:digit:]]+)'
ip link show
*** Killing stale mininet node processes
pkill -9 -f mininet:
*** Shutting down stale tunnels
pkill -9 -f Tunnel=Ethernet
pkill -9 -f .ssh/mn
rm -f ~/.ssh/mn/*
*** Cleanup complete.</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:11.141760" elapsed="0.000973"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:11.143254" elapsed="0.000074"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:11.142938" elapsed="0.000469"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:11.142873" elapsed="0.000589"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-04-10T03:14:11.143851" elapsed="0.000075"/>
</return>
<status status="PASS" start="2026-04-10T03:14:11.143592" elapsed="0.000416"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:11.143556" elapsed="0.000515"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:11.144154" elapsed="0.000036"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.150668" elapsed="0.000987"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:11.151828" elapsed="0.000178"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:11.152161" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:14:11.144939" elapsed="0.007396"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T03:14:09.198716" elapsed="1.953721"/>
</kw>
<msg time="2026-04-10T03:14:11.152496" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:09.198008" elapsed="1.954552"/>
</kw>
<arg>${system}</arg>
<arg>sudo mn -c</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-04-10T03:14:09.197510" elapsed="1.955133"/>
</kw>
<kw name="Run Command On Mininet" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:11.154822" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:11.154522" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:11.154500" elapsed="0.000406"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:11.155219" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-10T03:14:11.155345" level="INFO">${current_ssh_connection} = index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T03:14:11.155061" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:11.155922" level="INFO">Attempting to execute command "sudo ps -elf | egrep 'usr/local/bin/mn' | egrep python | awk '{print "sudo kill -9",$4}' | sh" on remote system "10.30.170.93" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:11.155533" elapsed="0.000502"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:11.156599" level="INFO">${conn_id} = 4</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:11.156201" elapsed="0.000429"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:14:11.158114" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:14:11.158210" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:14:11.157592" elapsed="0.000643"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.158438" elapsed="0.000621"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:14:11.160528" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:14:11.498328" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:14:09 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Apr 10 03:14:09 2026 from 10.30.171.158
[?2004h[jenkins@releng-51746-174-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:14:11.159910" elapsed="0.338581"/>
</kw>
<msg time="2026-04-10T03:14:11.498670" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.159236" elapsed="0.339547"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:14:11.156855" elapsed="0.342049"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:14:11.499417" level="INFO">Executing command 'sudo ps -elf | egrep 'usr/local/bin/mn' | egrep python | awk '{print "sudo kill -9",$4}' | sh'.</msg>
<msg time="2026-04-10T03:14:11.532925" level="INFO">Command exited with return code -1.</msg>
<msg time="2026-04-10T03:14:11.533196" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T03:14:11.533355" level="INFO">${stderr} = </msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T03:14:11.499151" elapsed="0.034260"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:11.533805" elapsed="0.000642"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:11.535578" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:11.534912" elapsed="0.000782"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:11.536200" elapsed="0.000048"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:11.535882" elapsed="0.000490"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:11.535824" elapsed="0.000606"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-04-10T03:14:11.536822" elapsed="0.000067"/>
</return>
<status status="PASS" start="2026-04-10T03:14:11.536564" elapsed="0.000402"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:11.536526" elapsed="0.000498"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:11.537109" elapsed="0.000038"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.542944" elapsed="0.000574"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:11.543690" elapsed="0.000171"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:11.544016" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:14:11.537932" elapsed="0.006245"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T03:14:11.153941" elapsed="0.390362"/>
</kw>
<msg time="2026-04-10T03:14:11.544363" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.153364" elapsed="0.391057"/>
</kw>
<arg>${system}</arg>
<arg>sudo ps -elf | egrep 'usr/local/bin/mn' | egrep python | awk '{print "sudo kill -9",$4}' | sh</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-04-10T03:14:11.152832" elapsed="0.391670"/>
</kw>
<arg>${mininet}</arg>
<status status="PASS" start="2026-04-10T03:14:09.197119" elapsed="2.347504"/>
</kw>
<kw name="Open_Connection_To_Tools_System" owner="SSHKeywords">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:11.549651" level="INFO">${tools_connection} = 6</msg>
<var>${tools_connection}</var>
<arg>${ip_address}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:11.549211" elapsed="0.000466"/>
</kw>
<kw name="Flexible_Mininet_Login" owner="SSHKeywords">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:14:11.551691" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:14:11.551774" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:14:11.551182" elapsed="0.000618"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.551968" elapsed="0.000395"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:14:11.553604" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:14:11.883986" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:14:09 UTC 2026

  System load:  0.01               Processes:             110
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.93
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Apr 10 03:14:11 2026 from 10.30.171.158
[?2004h[jenkins@releng-51746-174-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:14:11.552939" elapsed="0.331276"/>
</kw>
<msg time="2026-04-10T03:14:11.884321" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.552563" elapsed="0.331848"/>
</kw>
<arg>user=${user}</arg>
<arg>password=${password}</arg>
<arg>delay=${delay}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:14:11.550685" elapsed="0.333840"/>
</kw>
<msg time="2026-04-10T03:14:11.884579" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Flexible SSH Login</arg>
<arg>user=${user}</arg>
<arg>password=${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:11.550284" elapsed="0.334344"/>
</kw>
<doc>Call Flexible SSH Login, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-04-10T03:14:11.549866" elapsed="0.334838"/>
</kw>
<return>
<value>${tools_connection}</value>
<status status="PASS" start="2026-04-10T03:14:11.884759" elapsed="0.000041"/>
</return>
<msg time="2026-04-10T03:14:11.884974" level="INFO">${mininet_conn_id} = 6</msg>
<var>${mininet_conn_id}</var>
<arg>ip_address=${mininet}</arg>
<arg>timeout=${timeout}</arg>
<doc>Open a connection to the tools system at ${ip_address} and return its identifier.</doc>
<status status="PASS" start="2026-04-10T03:14:11.548712" elapsed="0.336289"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:11.885814" level="INFO">${mininet_conn_id} = 6</msg>
<arg>${mininet_conn_id}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-04-10T03:14:11.885308" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="'${custom}' != '${EMPTY}'">
<kw name="Put File" owner="SSHLibrary">
<arg>${custom}</arg>
<doc>Uploads file(s) from the local machine to the remote machine.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:11.888287" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:11.885989" elapsed="0.002357"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:11.885950" elapsed="0.002423"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:11.888868" level="INFO">Start mininet --topo linear,100 to 10.30.171.124</msg>
<arg>Start mininet ${options} to ${controller}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:11.888559" elapsed="0.000367"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T03:14:11.891709" level="INFO">sudo mn --controller 'remote,ip=10.30.171.124,port=6633' --topo linear,100 --switch ovsk,protocols=OpenFlow13</msg>
<arg>sudo mn --controller 'remote,ip=${controller},port=${ofport}' ${options} --switch ovsk,protocols=OpenFlow${ofversion}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-10T03:14:11.889095" elapsed="0.002672"/>
</kw>
<kw name="Read Until" owner="SSHLibrary">
<msg time="2026-04-10T03:14:17.108183" level="INFO">[?2004l*** Creating network
*** Adding controller
*** Adding hosts:
h1 h2 h3 h4 h5 h6 h7 h8 h9 h10 h11 h12 h13 h14 h15 h16 h17 h18 h19 h20 h21 h22 h23 h24 h25 h26 h27 h28 h29 h30 h31 h32 h33 h34 h35 h36 h37 h38 h39 h40 h41 h42 h43 h44 h45 h46 h47 h48 h49 h50 h51 h52 h53 h54 h55 h56 h57 h58 h59 h60 h61 h62 h63 h64 h65 h66 h67 h68 h69 h70 h71 h72 h73 h74 h75 h76 h77 h78 h79 h80 h81 h82 h83 h84 h85 h86 h87 h88 h89 h90 h91 h92 h93 h94 h95 h96 h97 h98 h99 h100 
*** Adding switches:
s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 s32 s33 s34 s35 s36 s37 s38 s39 s40 s41 s42 s43 s44 s45 s46 s47 s48 s49 s50 s51 s52 s53 s54 s55 s56 s57 s58 s59 s60 s61 s62 s63 s64 s65 s66 s67 s68 s69 s70 s71 s72 s73 s74 s75 s76 s77 s78 s79 s80 s81 s82 s83 s84 s85 s86 s87 s88 s89 s90 s91 s92 s93 s94 s95 s96 s97 s98 s99 s100 
*** Adding links:
(h1, s1) (h2, s2) (h3, s3) (h4, s4) (h5, s5) (h6, s6) (h7, s7) (h8, s8) (h9, s9) (h10, s10) (h11, s11) (h12, s12) (h13, s13) (h14, s14) (h15, s15) (h16, s16) (h17, s17) (h18, s18) (h19, s19) (h20, s20) (h21, s21) (h22, s22) (h23, s23) (h24, s24) (h25, s25) (h26, s26) (h27, s27) (h28, s28) (h29, s29) (h30, s30) (h31, s31) (h32, s32) (h33, s33) (h34, s34) (h35, s35) (h36, s36) (h37, s37) (h38, s38) (h39, s39) (h40, s40) (h41, s41) (h42, s42) (h43, s43) (h44, s44) (h45, s45) (h46, s46) (h47, s47) (h48, s48) (h49, s49) (h50, s50) (h51, s51) (h52, s52) (h53, s53) (h54, s54) (h55, s55) (h56, s56) (h57, s57) (h58, s58) (h59, s59) (h60, s60) (h61, s61) (h62, s62) (h63, s63) (h64, s64) (h65, s65) (h66, s66) (h67, s67) (h68, s68) (h69, s69) (h70, s70) (h71, s71) (h72, s72) (h73, s73) (h74, s74) (h75, s75) (h76, s76) (h77, s77) (h78, s78) (h79, s79) (h80, s80) (h81, s81) (h82, s82) (h83, s83) (h84, s84) (h85, s85) (h86, s86) (h87, s87) (h88, s88) (h89, s89) (h90, s90) (h91, s91) (h92, s92) (h93, s93) (h94, s94) (h95, s95) (h96, s96) (h97, s97) (h98, s98) (h99, s99) (h100, s100) (s2, s1) (s3, s2) (s4, s3) (s5, s4) (s6, s5) (s7, s6) (s8, s7) (s9, s8) (s10, s9) (s11, s10) (s12, s11) (s13, s12) (s14, s13) (s15, s14) (s16, s15) (s17, s16) (s18, s17) (s19, s18) (s20, s19) (s21, s20) (s22, s21) (s23, s22) (s24, s23) (s25, s24) (s26, s25) (s27, s26) (s28, s27) (s29, s28) (s30, s29) (s31, s30) (s32, s31) (s33, s32) (s34, s33) (s35, s34) (s36, s35) (s37, s36) (s38, s37) (s39, s38) (s40, s39) (s41, s40) (s42, s41) (s43, s42) (s44, s43) (s45, s44) (s46, s45) (s47, s46) (s48, s47) (s49, s48) (s50, s49) (s51, s50) (s52, s51) (s53, s52) (s54, s53) (s55, s54) (s56, s55) (s57, s56) (s58, s57) (s59, s58) (s60, s59) (s61, s60) (s62, s61) (s63, s62) (s64, s63) (s65, s64) (s66, s65) (s67, s66) (s68, s67) (s69, s68) (s70, s69) (s71, s70) (s72, s71) (s73, s72) (s74, s73) (s75, s74) (s76, s75) (s77, s76) (s78, s77) (s79, s78) (s80, s79) (s81, s80) (s82, s81) (s83, s82) (s84, s83) (s85, s84) (s86, s85) (s87, s86) (s88, s87) (s89, s88) (s90, s89) (s91, s90) (s92, s91) (s93, s92) (s94, s93) (s95, s94) (s96, s95) (s97, s96) (s98, s97) (s99, s98) (s100, s99) 
*** Configuring hosts
h1 h2 h3 h4 h5 h6 h7 h8 h9 h10 h11 h12 h13 h14 h15 h16 h17 h18 h19 h20 h21 h22 h23 h24 h25 h26 h27 h28 h29 h30 h31 h32 h33 h34 h35 h36 h37 h38 h39 h40 h41 h42 h43 h44 h45 h46 h47 h48 h49 h50 h51 h52 h53 h54 h55 h56 h57 h58 h59 h60 h61 h62 h63 h64 h65 h66 h67 h68 h69 h70 h71 h72 h73 h74 h75 h76 h77 h78 h79 h80 h81 h82 h83 h84 h85 h86 h87 h88 h89 h90 h91 h92 h93 h94 h95 h96 h97 h98 h99 h100 
*** Starting controller
c0 
*** Starting 100 switches
s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s13 s14 s15 s16 s17 s18 s19 s20 s21 s22 s23 s24 s25 s26 s27 s28 s29 s30 s31 s32 s33 s34 s35 s36 s37 s38 s39 s40 s41 s42 s43 s44 s45 s46 s47 s48 s49 s50 s51 s52 s53 s54 s55 s56 s57 s58 s59 s60 s61 s62 s63 s64 s65 s66 s67 s68 s69 s70 s71 s72 s73 s74 s75 s76 s77 s78 s79 s80 s81 s82 s83 s84 s85 s86 s87 s88 s89 s90 s91 s92 s93 s94 s95 s96 s97 s98 s99 s100 ...
*** Starting CLI:
mininet&gt;</msg>
<arg>mininet&gt;</arg>
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<status status="PASS" start="2026-04-10T03:14:11.891938" elapsed="5.216655"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:17.109377" level="INFO">Check OVS configuratiom</msg>
<arg>Check OVS configuratiom</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:17.108966" elapsed="0.000461"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-04-10T03:14:17.110836" level="INFO">sh ovs-vsctl show</msg>
<arg>sh ovs-vsctl show</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-04-10T03:14:17.109606" elapsed="0.001289"/>
</kw>
<kw name="Read Until" owner="SSHLibrary">
<msg time="2026-04-10T03:14:17.800406" level="INFO">9a5df812-eb49-4477-a37e-2d464c02791d
    Bridge s46
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6699"
        fail_mode: secure
        Port s46-eth1
            Interface s46-eth1
        Port s46-eth3
            Interface s46-eth3
        Port s46-eth2
            Interface s46-eth2
        Port s46
            Interface s46
                type: internal
    Bridge s94
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6747"
        fail_mode: secure
        Port s94-eth3
            Interface s94-eth3
        Port s94-eth1
            Interface s94-eth1
        Port s94-eth2
            Interface s94-eth2
        Port s94
            Interface s94
                type: internal
    Bridge s47
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6700"
        fail_mode: secure
        Port s47
            Interface s47
                type: internal
        Port s47-eth2
            Interface s47-eth2
        Port s47-eth1
            Interface s47-eth1
        Port s47-eth3
            Interface s47-eth3
    Bridge s82
        Controller "ptcp:6735"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s82-eth2
            Interface s82-eth2
        Port s82-eth3
            Interface s82-eth3
        Port s82
            Interface s82
                type: internal
        Port s82-eth1
            Interface s82-eth1
    Bridge s29
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6682"
        fail_mode: secure
        Port s29-eth1
            Interface s29-eth1
        Port s29-eth3
            Interface s29-eth3
        Port s29
            Interface s29
                type: internal
        Port s29-eth2
            Interface s29-eth2
    Bridge s72
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6725"
        fail_mode: secure
        Port s72-eth1
            Interface s72-eth1
        Port s72-eth2
            Interface s72-eth2
        Port s72-eth3
            Interface s72-eth3
        Port s72
            Interface s72
                type: internal
    Bridge s56
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6709"
        fail_mode: secure
        Port s56-eth2
            Interface s56-eth2
        Port s56
            Interface s56
                type: internal
        Port s56-eth1
            Interface s56-eth1
        Port s56-eth3
            Interface s56-eth3
    Bridge s57
        Controller "ptcp:6710"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s57-eth3
            Interface s57-eth3
        Port s57
            Interface s57
                type: internal
        Port s57-eth2
            Interface s57-eth2
        Port s57-eth1
            Interface s57-eth1
    Bridge s3
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6656"
        fail_mode: secure
        Port s3-eth1
            Interface s3-eth1
        Port s3-eth2
            Interface s3-eth2
        Port s3
            Interface s3
                type: internal
        Port s3-eth3
            Interface s3-eth3
    Bridge s20
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6673"
        fail_mode: secure
        Port s20-eth1
            Interface s20-eth1
        Port s20-eth2
            Interface s20-eth2
        Port s20
            Interface s20
                type: internal
        Port s20-eth3
            Interface s20-eth3
    Bridge s11
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6664"
        fail_mode: secure
        Port s11
            Interface s11
                type: internal
        Port s11-eth2
            Interface s11-eth2
        Port s11-eth1
            Interface s11-eth1
        Port s11-eth3
            Interface s11-eth3
    Bridge s13
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6666"
        fail_mode: secure
        Port s13-eth3
            Interface s13-eth3
        Port s13-eth2
            Interface s13-eth2
        Port s13
            Interface s13
                type: internal
        Port s13-eth1
            Interface s13-eth1
    Bridge s53
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6706"
        fail_mode: secure
        Port s53-eth1
            Interface s53-eth1
        Port s53-eth3
            Interface s53-eth3
        Port s53
            Interface s53
                type: internal
        Port s53-eth2
            Interface s53-eth2
    Bridge s14
        Controller "ptcp:6667"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s14
            Interface s14
                type: internal
        Port s14-eth3
            Interface s14-eth3
        Port s14-eth1
            Interface s14-eth1
        Port s14-eth2
            Interface s14-eth2
    Bridge s95
        Controller "ptcp:6748"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s95-eth1
            Interface s95-eth1
        Port s95-eth3
            Interface s95-eth3
        Port s95-eth2
            Interface s95-eth2
        Port s95
            Interface s95
                type: internal
    Bridge s76
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6729"
        fail_mode: secure
        Port s76-eth3
            Interface s76-eth3
        Port s76-eth2
            Interface s76-eth2
        Port s76-eth1
            Interface s76-eth1
        Port s76
            Interface s76
                type: internal
    Bridge s12
        Controller "ptcp:6665"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s12-eth2
            Interface s12-eth2
        Port s12-eth3
            Interface s12-eth3
        Port s12
            Interface s12
                type: internal
        Port s12-eth1
            Interface s12-eth1
    Bridge s18
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6671"
        fail_mode: secure
        Port s18-eth3
            Interface s18-eth3
        Port s18-eth2
            Interface s18-eth2
        Port s18-eth1
            Interface s18-eth1
        Port s18
            Interface s18
                type: internal
    Bridge s16
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6669"
        fail_mode: secure
        Port s16-eth1
            Interface s16-eth1
        Port s16-eth2
            Interface s16-eth2
        Port s16
            Interface s16
                type: internal
        Port s16-eth3
            Interface s16-eth3
    Bridge s75
        Controller "ptcp:6728"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s75-eth1
            Interface s75-eth1
        Port s75-eth3
            Interface s75-eth3
        Port s75
            Interface s75
                type: internal
        Port s75-eth2
            Interface s75-eth2
    Bridge s83
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6736"
        fail_mode: secure
        Port s83-eth2
            Interface s83-eth2
        Port s83-eth1
            Interface s83-eth1
        Port s83
            Interface s83
                type: internal
        Port s83-eth3
            Interface s83-eth3
    Bridge s32
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6685"
        fail_mode: secure
        Port s32
            Interface s32
                type: internal
        Port s32-eth3
            Interface s32-eth3
        Port s32-eth1
            Interface s32-eth1
        Port s32-eth2
            Interface s32-eth2
    Bridge s25
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6678"
        fail_mode: secure
        Port s25-eth2
            Interface s25-eth2
        Port s25-eth3
            Interface s25-eth3
        Port s25
            Interface s25
                type: internal
        Port s25-eth1
            Interface s25-eth1
    Bridge s79
        Controller "ptcp:6732"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s79-eth2
            Interface s79-eth2
        Port s79-eth1
            Interface s79-eth1
        Port s79-eth3
            Interface s79-eth3
        Port s79
            Interface s79
                type: internal
    Bridge s22
        Controller "ptcp:6675"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s22-eth3
            Interface s22-eth3
        Port s22
            Interface s22
                type: internal
        Port s22-eth2
            Interface s22-eth2
        Port s22-eth1
            Interface s22-eth1
    Bridge s68
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6721"
        fail_mode: secure
        Port s68-eth3
            Interface s68-eth3
        Port s68-eth2
            Interface s68-eth2
        Port s68
            Interface s68
                type: internal
        Port s68-eth1
            Interface s68-eth1
    Bridge s80
        Controller "ptcp:6733"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s80-eth2
            Interface s80-eth2
        Port s80
            Interface s80
                type: internal
        Port s80-eth1
            Interface s80-eth1
        Port s80-eth3
            Interface s80-eth3
    Bridge s91
        Controller "ptcp:6744"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s91
            Interface s91
                type: internal
        Port s91-eth1
            Interface s91-eth1
        Port s91-eth2
            Interface s91-eth2
        Port s91-eth3
            Interface s91-eth3
    Bridge s85
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6738"
        fail_mode: secure
        Port s85-eth3
            Interface s85-eth3
        Port s85-eth1
            Interface s85-eth1
        Port s85
            Interface s85
                type: internal
        Port s85-eth2
            Interface s85-eth2
    Bridge s39
        Controller "ptcp:6692"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s39-eth3
            Interface s39-eth3
        Port s39-eth2
            Interface s39-eth2
        Port s39
            Interface s39
                type: internal
        Port s39-eth1
            Interface s39-eth1
    Bridge s52
        Controller "ptcp:6705"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s52-eth3
            Interface s52-eth3
        Port s52-eth1
            Interface s52-eth1
        Port s52
            Interface s52
                type: internal
        Port s52-eth2
            Interface s52-eth2
    Bridge s51
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6704"
        fail_mode: secure
        Port s51
            Interface s51
                type: internal
        Port s51-eth1
            Interface s51-eth1
        Port s51-eth3
            Interface s51-eth3
        Port s51-eth2
            Interface s51-eth2
    Bridge s54
        Controller "ptcp:6707"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s54-eth1
            Interface s54-eth1
        Port s54-eth3
            Interface s54-eth3
        Port s54-eth2
            Interface s54-eth2
        Port s54
            Interface s54
                type: internal
    Bridge s65
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6718"
        fail_mode: secure
        Port s65-eth2
            Interface s65-eth2
        Port s65-eth3
            Interface s65-eth3
        Port s65-eth1
            Interface s65-eth1
        Port s65
            Interface s65
                type: internal
    Bridge s73
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6726"
        fail_mode: secure
        Port s73-eth3
            Interface s73-eth3
        Port s73-eth1
            Interface s73-eth1
        Port s73-eth2
            Interface s73-eth2
        Port s73
            Interface s73
                type: internal
    Bridge s41
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6694"
        fail_mode: secure
        Port s41-eth1
            Interface s41-eth1
        Port s41
            Interface s41
                type: internal
        Port s41-eth3
            Interface s41-eth3
        Port s41-eth2
            Interface s41-eth2
    Bridge s90
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6743"
        fail_mode: secure
        Port s90-eth3
            Interface s90-eth3
        Port s90-eth1
            Interface s90-eth1
        Port s90
            Interface s90
                type: internal
        Port s90-eth2
            Interface s90-eth2
    Bridge s96
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6749"
        fail_mode: secure
        Port s96-eth1
            Interface s96-eth1
        Port s96
            Interface s96
                type: internal
        Port s96-eth2
            Interface s96-eth2
        Port s96-eth3
            Interface s96-eth3
    Bridge s44
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6697"
        fail_mode: secure
        Port s44-eth2
            Interface s44-eth2
        Port s44-eth1
            Interface s44-eth1
        Port s44
            Interface s44
                type: internal
        Port s44-eth3
            Interface s44-eth3
    Bridge s17
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6670"
        fail_mode: secure
        Port s17-eth2
            Interface s17-eth2
        Port s17-eth1
            Interface s17-eth1
        Port s17-eth3
            Interface s17-eth3
        Port s17
            Interface s17
                type: internal
    Bridge s4
        Controller "ptcp:6657"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s4-eth2
            Interface s4-eth2
        Port s4-eth1
            Interface s4-eth1
        Port s4-eth3
            Interface s4-eth3
        Port s4
            Interface s4
                type: internal
    Bridge s7
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6660"
        fail_mode: secure
        Port s7
            Interface s7
                type: internal
        Port s7-eth2
            Interface s7-eth2
        Port s7-eth3
            Interface s7-eth3
        Port s7-eth1
            Interface s7-eth1
    Bridge s43
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6696"
        fail_mode: secure
        Port s43-eth1
            Interface s43-eth1
        Port s43
            Interface s43
                type: internal
        Port s43-eth2
            Interface s43-eth2
        Port s43-eth3
            Interface s43-eth3
    Bridge s50
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6703"
        fail_mode: secure
        Port s50-eth3
            Interface s50-eth3
        Port s50
            Interface s50
                type: internal
        Port s50-eth1
            Interface s50-eth1
        Port s50-eth2
            Interface s50-eth2
    Bridge s1
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6654"
        fail_mode: secure
        Port s1-eth1
            Interface s1-eth1
        Port s1
            Interface s1
                type: internal
        Port s1-eth2
            Interface s1-eth2
    Bridge s27
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6680"
        fail_mode: secure
        Port s27-eth2
            Interface s27-eth2
        Port s27-eth1
            Interface s27-eth1
        Port s27-eth3
            Interface s27-eth3
        Port s27
            Interface s27
                type: internal
    Bridge s6
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6659"
        fail_mode: secure
        Port s6
            Interface s6
                type: internal
        Port s6-eth1
            Interface s6-eth1
        Port s6-eth2
            Interface s6-eth2
        Port s6-eth3
            Interface s6-eth3
    Bridge s45
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6698"
        fail_mode: secure
        Port s45-eth1
            Interface s45-eth1
        Port s45
            Interface s45
                type: internal
        Port s45-eth2
            Interface s45-eth2
        Port s45-eth3
            Interface s45-eth3
    Bridge s10
        Controller "ptcp:6663"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s10-eth1
            Interface s10-eth1
        Port s10-eth3
            Interface s10-eth3
        Port s10
            Interface s10
                type: internal
        Port s10-eth2
            Interface s10-eth2
    Bridge s69
        Controller "ptcp:6722"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s69
            Interface s69
                type: internal
        Port s69-eth1
            Interface s69-eth1
        Port s69-eth2
            Interface s69-eth2
        Port s69-eth3
            Interface s69-eth3
    Bridge s84
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6737"
        fail_mode: secure
        Port s84-eth3
            Interface s84-eth3
        Port s84-eth1
            Interface s84-eth1
        Port s84-eth2
            Interface s84-eth2
        Port s84
            Interface s84
                type: internal
    Bridge s38
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6691"
        fail_mode: secure
        Port s38
            Interface s38
                type: internal
        Port s38-eth2
            Interface s38-eth2
        Port s38-eth3
            Interface s38-eth3
        Port s38-eth1
            Interface s38-eth1
    Bridge s61
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6714"
        fail_mode: secure
        Port s61-eth3
            Interface s61-eth3
        Port s61
            Interface s61
                type: internal
        Port s61-eth2
            Interface s61-eth2
        Port s61-eth1
            Interface s61-eth1
    Bridge s42
        Controller "ptcp:6695"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s42-eth3
            Interface s42-eth3
        Port s42
            Interface s42
                type: internal
        Port s42-eth1
            Interface s42-eth1
        Port s42-eth2
            Interface s42-eth2
    Bridge s24
        Controller "ptcp:6677"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s24-eth2
            Interface s24-eth2
        Port s24-eth3
            Interface s24-eth3
        Port s24
            Interface s24
                type: internal
        Port s24-eth1
            Interface s24-eth1
    Bridge s36
        Controller "ptcp:6689"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s36-eth1
            Interface s36-eth1
        Port s36
            Interface s36
                type: internal
        Port s36-eth3
            Interface s36-eth3
        Port s36-eth2
            Interface s36-eth2
    Bridge s87
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6740"
        fail_mode: secure
        Port s87-eth2
            Interface s87-eth2
        Port s87
            Interface s87
                type: internal
        Port s87-eth3
            Interface s87-eth3
        Port s87-eth1
            Interface s87-eth1
    Bridge s19
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6672"
        fail_mode: secure
        Port s19
            Interface s19
                type: internal
        Port s19-eth2
            Interface s19-eth2
        Port s19-eth1
            Interface s19-eth1
        Port s19-eth3
            Interface s19-eth3
    Bridge s66
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6719"
        fail_mode: secure
        Port s66-eth1
            Interface s66-eth1
        Port s66
            Interface s66
                type: internal
        Port s66-eth2
            Interface s66-eth2
        Port s66-eth3
            Interface s66-eth3
    Bridge s2
        Controller "ptcp:6655"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s2-eth2
            Interface s2-eth2
        Port s2-eth3
            Interface s2-eth3
        Port s2-eth1
            Interface s2-eth1
        Port s2
            Interface s2
                type: internal
    Bridge s9
        Controller "ptcp:6662"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s9-eth3
            Interface s9-eth3
        Port s9-eth1
            Interface s9-eth1
        Port s9-eth2
            Interface s9-eth2
        Port s9
            Interface s9
                type: internal
    Bridge s59
        Controller "ptcp:6712"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s59-eth1
            Interface s59-eth1
        Port s59
            Interface s59
                type: internal
        Port s59-eth3
            Interface s59-eth3
        Port s59-eth2
            Interface s59-eth2
    Bridge s81
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6734"
        fail_mode: secure
        Port s81-eth1
            Interface s81-eth1
        Port s81
            Interface s81
                type: internal
        Port s81-eth2
            Interface s81-eth2
        Port s81-eth3
            Interface s81-eth3
    Bridge s26
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6679"
        fail_mode: secure
        Port s26-eth3
            Interface s26-eth3
        Port s26
            Interface s26
                type: internal
        Port s26-eth2
            Interface s26-eth2
        Port s26-eth1
            Interface s26-eth1
    Bridge s92
        Controller "ptcp:6745"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s92-eth1
            Interface s92-eth1
        Port s92-eth3
            Interface s92-eth3
        Port s92
            Interface s92
                type: internal
        Port s92-eth2
            Interface s92-eth2
    Bridge s15
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6668"
        fail_mode: secure
        Port s15-eth2
            Interface s15-eth2
        Port s15-eth1
            Interface s15-eth1
        Port s15
            Interface s15
                type: internal
        Port s15-eth3
            Interface s15-eth3
    Bridge s93
        Controller "ptcp:6746"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s93-eth1
            Interface s93-eth1
        Port s93
            Interface s93
                type: internal
        Port s93-eth3
            Interface s93-eth3
        Port s93-eth2
            Interface s93-eth2
    Bridge s88
        Controller "ptcp:6741"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s88-eth3
            Interface s88-eth3
        Port s88-eth1
            Interface s88-eth1
        Port s88-eth2
            Interface s88-eth2
        Port s88
            Interface s88
                type: internal
    Bridge s60
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6713"
        fail_mode: secure
        Port s60-eth1
            Interface s60-eth1
        Port s60-eth3
            Interface s60-eth3
        Port s60
            Interface s60
                type: internal
        Port s60-eth2
            Interface s60-eth2
    Bridge s5
        Controller "ptcp:6658"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s5-eth1
            Interface s5-eth1
        Port s5
            Interface s5
                type: internal
        Port s5-eth2
            Interface s5-eth2
        Port s5-eth3
            Interface s5-eth3
    Bridge s31
        Controller "ptcp:6684"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s31-eth3
            Interface s31-eth3
        Port s31-eth1
            Interface s31-eth1
        Port s31
            Interface s31
                type: internal
        Port s31-eth2
            Interface s31-eth2
    Bridge s34
        Controller "ptcp:6687"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s34-eth1
            Interface s34-eth1
        Port s34-eth2
            Interface s34-eth2
        Port s34
            Interface s34
                type: internal
        Port s34-eth3
            Interface s34-eth3
    Bridge s64
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6717"
        fail_mode: secure
        Port s64-eth3
            Interface s64-eth3
        Port s64
            Interface s64
                type: internal
        Port s64-eth1
            Interface s64-eth1
        Port s64-eth2
            Interface s64-eth2
    Bridge s48
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6701"
        fail_mode: secure
        Port s48
            Interface s48
                type: internal
        Port s48-eth2
            Interface s48-eth2
        Port s48-eth1
            Interface s48-eth1
        Port s48-eth3
            Interface s48-eth3
    Bridge s63
        Controller "ptcp:6716"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s63-eth3
            Interface s63-eth3
        Port s63
            Interface s63
                type: internal
        Port s63-eth2
            Interface s63-eth2
        Port s63-eth1
            Interface s63-eth1
    Bridge s100
        Controller "ptcp:6753"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s100
            Interface s100
                type: internal
        Port s100-eth1
            Interface s100-eth1
        Port s100-eth2
            Interface s100-eth2
    Bridge s40
        Controller "ptcp:6693"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s40-eth3
            Interface s40-eth3
        Port s40-eth2
            Interface s40-eth2
        Port s40
            Interface s40
                type: internal
        Port s40-eth1
            Interface s40-eth1
    Bridge s49
        Controller "ptcp:6702"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s49
            Interface s49
                type: internal
        Port s49-eth3
            Interface s49-eth3
        Port s49-eth2
            Interface s49-eth2
        Port s49-eth1
            Interface s49-eth1
    Bridge s86
        Controller "ptcp:6739"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s86-eth1
            Interface s86-eth1
        Port s86-eth3
            Interface s86-eth3
        Port s86
            Interface s86
                type: internal
        Port s86-eth2
            Interface s86-eth2
    Bridge s77
        Controller "ptcp:6730"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s77-eth2
            Interface s77-eth2
        Port s77-eth3
            Interface s77-eth3
        Port s77-eth1
            Interface s77-eth1
        Port s77
            Interface s77
                type: internal
    Bridge s37
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6690"
        fail_mode: secure
        Port s37-eth2
            Interface s37-eth2
        Port s37-eth1
            Interface s37-eth1
        Port s37-eth3
            Interface s37-eth3
        Port s37
            Interface s37
                type: internal
    Bridge s89
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6742"
        fail_mode: secure
        Port s89-eth1
            Interface s89-eth1
        Port s89-eth2
            Interface s89-eth2
        Port s89-eth3
            Interface s89-eth3
        Port s89
            Interface s89
                type: internal
    Bridge s35
        Controller "ptcp:6688"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s35-eth1
            Interface s35-eth1
        Port s35
            Interface s35
                type: internal
        Port s35-eth2
            Interface s35-eth2
        Port s35-eth3
            Interface s35-eth3
    Bridge s71
        Controller "ptcp:6724"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s71-eth2
            Interface s71-eth2
        Port s71-eth1
            Interface s71-eth1
        Port s71-eth3
            Interface s71-eth3
        Port s71
            Interface s71
                type: internal
    Bridge s62
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6715"
        fail_mode: secure
        Port s62-eth2
            Interface s62-eth2
        Port s62
            Interface s62
                type: internal
        Port s62-eth3
            Interface s62-eth3
        Port s62-eth1
            Interface s62-eth1
    Bridge s99
        Controller "ptcp:6752"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s99-eth3
            Interface s99-eth3
        Port s99-eth2
            Interface s99-eth2
        Port s99-eth1
            Interface s99-eth1
        Port s99
            Interface s99
                type: internal
    Bridge s55
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6708"
        fail_mode: secure
        Port s55-eth2
            Interface s55-eth2
        Port s55-eth3
            Interface s55-eth3
        Port s55
            Interface s55
                type: internal
        Port s55-eth1
            Interface s55-eth1
    Bridge s78
        Controller "ptcp:6731"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s78
            Interface s78
                type: internal
        Port s78-eth3
            Interface s78-eth3
        Port s78-eth2
            Interface s78-eth2
        Port s78-eth1
            Interface s78-eth1
    Bridge s70
        Controller "ptcp:6723"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s70-eth2
            Interface s70-eth2
        Port s70
            Interface s70
                type: internal
        Port s70-eth1
            Interface s70-eth1
        Port s70-eth3
            Interface s70-eth3
    Bridge s30
        Controller "ptcp:6683"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s30
            Interface s30
                type: internal
        Port s30-eth3
            Interface s30-eth3
        Port s30-eth1
            Interface s30-eth1
        Port s30-eth2
            Interface s30-eth2
    Bridge s23
        Controller "ptcp:6676"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s23
            Interface s23
                type: internal
        Port s23-eth3
            Interface s23-eth3
        Port s23-eth1
            Interface s23-eth1
        Port s23-eth2
            Interface s23-eth2
    Bridge s28
        Controller "ptcp:6681"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s28-eth3
            Interface s28-eth3
        Port s28-eth1
            Interface s28-eth1
        Port s28-eth2
            Interface s28-eth2
        Port s28
            Interface s28
                type: internal
    Bridge s33
        Controller "ptcp:6686"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s33-eth3
            Interface s33-eth3
        Port s33-eth2
            Interface s33-eth2
        Port s33
            Interface s33
                type: internal
        Port s33-eth1
            Interface s33-eth1
    Bridge s97
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6750"
        fail_mode: secure
        Port s97-eth2
            Interface s97-eth2
        Port s97
            Interface s97
                type: internal
        Port s97-eth1
            Interface s97-eth1
        Port s97-eth3
            Interface s97-eth3
    Bridge s8
        Controller "ptcp:6661"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s8-eth3
            Interface s8-eth3
        Port s8-eth1
            Interface s8-eth1
        Port s8-eth2
            Interface s8-eth2
        Port s8
            Interface s8
                type: internal
    Bridge s58
        Controller "ptcp:6711"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s58-eth1
            Interface s58-eth1
        Port s58
            Interface s58
                type: internal
        Port s58-eth2
            Interface s58-eth2
        Port s58-eth3
            Interface s58-eth3
    Bridge s67
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6720"
        fail_mode: secure
        Port s67-eth3
            Interface s67-eth3
        Port s67
            Interface s67
                type: internal
        Port s67-eth2
            Interface s67-eth2
        Port s67-eth1
            Interface s67-eth1
    Bridge s98
        Controller "ptcp:6751"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s98-eth1
            Interface s98-eth1
        Port s98
            Interface s98
                type: internal
        Port s98-eth3
            Interface s98-eth3
        Port s98-eth2
            Interface s98-eth2
    Bridge s21
        Controller "tcp:10.30.171.124:6633"
        Controller "ptcp:6674"
        fail_mode: secure
        Port s21-eth1
            Interface s21-eth1
        Port s21-eth3
            Interface s21-eth3
        Port s21-eth2
            Interface s21-eth2
        Port s21
            Interface s21
                type: internal
    Bridge s74
        Controller "ptcp:6727"
        Controller "tcp:10.30.171.124:6633"
        fail_mode: secure
        Port s74-eth1
            Interface s74-eth1
        Port s74-eth2
            Interface s74-eth2
        Port s74-eth3
            Interface s74-eth3
        Port s74
            Interface s74
                type: internal
    ovs_version: "2.17.11"
mininet&gt;</msg>
<arg>mininet&gt;</arg>
<doc>Consumes and returns the server output until ``expected`` is encountered.</doc>
<status status="PASS" start="2026-04-10T03:14:17.111061" elapsed="0.689911"/>
</kw>
<return>
<value>${mininet_conn_id}</value>
<status status="PASS" start="2026-04-10T03:14:17.801053" elapsed="0.000060"/>
</return>
<arg>options=--topo linear,${switches}</arg>
<arg>ofversion=${ofversion}</arg>
<arg>ofport=${ofport}</arg>
<arg>timeout=${mininet_timeout}</arg>
<doc>Start Mininet with custom topology and connect to controller.</doc>
<status status="PASS" start="2026-04-10T03:14:09.194214" elapsed="8.607105"/>
</kw>
<arg>${switches}</arg>
<arg>mininet_timeout=${switches*4}</arg>
<doc>Start mininet linear topology with 100 nodes.</doc>
<status status="PASS" start="2026-04-10T03:14:09.190866" elapsed="8.610527"/>
</kw>
<msg time="2026-04-10T03:14:17.801505" level="INFO">${status} = PASS</msg>
<msg time="2026-04-10T03:14:17.801552" level="INFO">${result} = None</msg>
<var>${status}</var>
<var>${result}</var>
<arg>MininetKeywords.Start Mininet Linear</arg>
<arg>${switches}</arg>
<arg>mininet_timeout=${switches*4}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:09.190352" elapsed="8.611224"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail starting mininet</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:14:17.801816" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:17.801673" elapsed="0.000192"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:17.801650" elapsed="0.000239"/>
</if>
<kw name="Get Current Date" owner="DateTime">
<msg time="2026-04-10T03:14:17.802420" level="INFO">${start_time} = 2026-04-10 03:14:17.802</msg>
<var>${start_time}</var>
<arg>result_format=timestamp</arg>
<doc>Returns current local or UTC time with an optional increment.</doc>
<status status="PASS" start="2026-04-10T03:14:17.802091" elapsed="0.000357"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>Verify controller is OK</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:14:17.802679" elapsed="0.000476"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Verify Controller Is Not Dead" owner="Utils">
<kw name="Check Karaf Log File Does Not Have Messages" owner="Utils">
<kw name="Run Command On Controller" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:17.813588" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:17.813301" elapsed="0.000345"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:17.813280" elapsed="0.000390"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:17.813969" level="INFO">index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-10T03:14:17.814078" level="INFO">${current_ssh_connection} = index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T03:14:17.813829" elapsed="0.000276"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:17.814653" level="INFO">Attempting to execute command "grep -c 'java.lang.OutOfMemoryError' /tmp/karaf-0.24.0/data/log/karaf.log" on remote system "10.30.171.124" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:17.814257" elapsed="0.000443"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:17.815253" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:17.814860" elapsed="0.000434"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:14:17.816188" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:14:17.816264" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:14:17.815911" elapsed="0.000393"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:17.816466" elapsed="0.000377"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:14:17.818068" level="INFO">Logging into '10.30.171.124:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:14:18.537793" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-171-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:14:06 UTC 2026

  System load:  0.71               Processes:             127
  Usage of /:   11.1% of 77.35GB   Users logged in:       0
  Memory usage: 7%                 IPv4 address for ens3: 10.30.171.124
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

10 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


[?2004h[jenkins@releng-51746-174-0-builder-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:14:17.817423" elapsed="0.720652"/>
</kw>
<msg time="2026-04-10T03:14:18.538168" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:17.817015" elapsed="0.721245"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:14:17.815513" elapsed="0.722901"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:14:18.539041" level="INFO">Executing command 'grep -c 'java.lang.OutOfMemoryError' /tmp/karaf-0.24.0/data/log/karaf.log'.</msg>
<msg time="2026-04-10T03:14:18.561946" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-10T03:14:18.562218" level="INFO">${stdout} = 0</msg>
<msg time="2026-04-10T03:14:18.562367" level="INFO">${stderr} = </msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T03:14:18.538774" elapsed="0.023647"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:18.562804" elapsed="0.000554"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:18.564494" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:18.563822" elapsed="0.000768"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:18.565160" elapsed="0.000042"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:18.564770" elapsed="0.000536"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:18.564718" elapsed="0.000644"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-04-10T03:14:18.565733" elapsed="0.000061"/>
</return>
<status status="PASS" start="2026-04-10T03:14:18.565489" elapsed="0.000375"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:18.565452" elapsed="0.000449"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:18.565948" elapsed="0.000020"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-04-10T03:14:18.570872" elapsed="0.000333"/>
</kw>
<msg time="2026-04-10T03:14:18.571303" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:18.570029" elapsed="0.001373"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:18.571640" elapsed="0.000033"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:18.571877" elapsed="0.000029"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:14:18.566467" elapsed="0.005526"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T03:14:17.812743" elapsed="0.759381"/>
</kw>
<msg time="2026-04-10T03:14:18.572197" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:17.812157" elapsed="0.760110"/>
</kw>
<msg time="2026-04-10T03:14:18.572451" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${ip}</arg>
<arg>grep -c '${message}' ${log_file}</arg>
<arg>user=${user}</arg>
<arg>password=${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-04-10T03:14:17.811533" elapsed="0.760954"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${output}</arg>
<arg>0</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="PASS" start="2026-04-10T03:14:18.572796" elapsed="0.000459"/>
</kw>
<arg>${controller_ip}</arg>
<arg>java.lang.OutOfMemoryError</arg>
<doc>Fails if the provided ${message} is found in the karaf.log file. Uses grep to search. The
karaf.log file can be overridden with /w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/log.html to be any file on the given system @ ${ip}</doc>
<status status="PASS" start="2026-04-10T03:14:17.810938" elapsed="0.762430"/>
</kw>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Will execute any tests to verify the controller is not dead. Some checks are
Out Of Memory Execptions.</doc>
<status status="PASS" start="2026-04-10T03:14:17.803822" elapsed="0.769625"/>
</kw>
<msg time="2026-04-10T03:14:18.573575" level="INFO">${status} = PASS</msg>
<msg time="2026-04-10T03:14:18.573638" level="INFO">${result} = None</msg>
<var>${status}</var>
<var>${result}</var>
<arg>Utils.Verify Controller Is Not Dead</arg>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:17.803389" elapsed="0.770280"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Controller is dead</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:14:18.573937" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:18.573775" elapsed="0.000254"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:18.573749" elapsed="0.000313"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Verify Controller Has No Null Pointer Exceptions" owner="Utils">
<kw name="Check Karaf Log File Does Not Have Messages" owner="Utils">
<kw name="Run Command On Controller" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:18.585413" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:18.585110" elapsed="0.000362"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:18.585089" elapsed="0.000406"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:18.585773" level="INFO">index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-10T03:14:18.585885" level="INFO">${current_ssh_connection} = index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T03:14:18.585647" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:18.586604" level="INFO">Attempting to execute command "grep -c 'java.lang.NullPointerException' /tmp/karaf-0.24.0/data/log/karaf.log" on remote system "10.30.171.124" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:18.586141" elapsed="0.000512"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:18.587307" level="INFO">${conn_id} = 8</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:18.586814" elapsed="0.000523"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:14:18.588242" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:14:18.588363" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:14:18.587956" elapsed="0.000435"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:18.588556" elapsed="0.000350"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:14:18.590136" level="INFO">Logging into '10.30.171.124:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:14:19.178606" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-171-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:14:06 UTC 2026

  System load:  0.71               Processes:             127
  Usage of /:   11.1% of 77.35GB   Users logged in:       0
  Memory usage: 7%                 IPv4 address for ens3: 10.30.171.124
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

10 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Apr 10 03:14:18 2026 from 10.30.171.158
[?2004h[jenkins@releng-51746-174-0-builder-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:14:18.589498" elapsed="0.589367"/>
</kw>
<msg time="2026-04-10T03:14:19.178959" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:18.589112" elapsed="0.589937"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:14:18.587560" elapsed="0.591606"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:14:19.179695" level="INFO">Executing command 'grep -c 'java.lang.NullPointerException' /tmp/karaf-0.24.0/data/log/karaf.log'.</msg>
<msg time="2026-04-10T03:14:19.202412" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-10T03:14:19.202681" level="INFO">${stdout} = 0</msg>
<msg time="2026-04-10T03:14:19.202778" level="INFO">${stderr} = </msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T03:14:19.179448" elapsed="0.023379"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:19.203211" elapsed="0.000556"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:19.204883" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:19.204226" elapsed="0.000785"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:19.205518" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:19.205193" elapsed="0.000430"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:19.205141" elapsed="0.000533"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-04-10T03:14:19.206022" elapsed="0.000062"/>
</return>
<status status="PASS" start="2026-04-10T03:14:19.205790" elapsed="0.000366"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:19.205756" elapsed="0.000454"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:19.206315" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-04-10T03:14:19.213515" elapsed="0.000471"/>
</kw>
<msg time="2026-04-10T03:14:19.214051" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:19.212201" elapsed="0.001926"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:19.214312" elapsed="0.000022"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:19.214475" elapsed="0.000020"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:14:19.207041" elapsed="0.007515"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T03:14:18.584560" elapsed="0.630087"/>
</kw>
<msg time="2026-04-10T03:14:19.214757" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:18.583960" elapsed="0.630847"/>
</kw>
<msg time="2026-04-10T03:14:19.214919" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${ip}</arg>
<arg>grep -c '${message}' ${log_file}</arg>
<arg>user=${user}</arg>
<arg>password=${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-04-10T03:14:18.583281" elapsed="0.631662"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${output}</arg>
<arg>0</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="PASS" start="2026-04-10T03:14:19.215149" elapsed="0.000324"/>
</kw>
<arg>${controller_ip}</arg>
<arg>java.lang.NullPointerException</arg>
<doc>Fails if the provided ${message} is found in the karaf.log file. Uses grep to search. The
karaf.log file can be overridden with /w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/log.html to be any file on the given system @ ${ip}</doc>
<status status="PASS" start="2026-04-10T03:14:18.582688" elapsed="0.632846"/>
</kw>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Will execute any tests to verify the controller is not having any null pointer eceptions.</doc>
<status status="PASS" start="2026-04-10T03:14:18.574905" elapsed="0.640684"/>
</kw>
<msg time="2026-04-10T03:14:19.215682" level="INFO">${status} = PASS</msg>
<msg time="2026-04-10T03:14:19.215727" level="INFO">${result} = None</msg>
<var>${status}</var>
<var>${result}</var>
<arg>Utils.Verify Controller Has No Null Pointer Exceptions</arg>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:18.574355" elapsed="0.641394"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Controller has NPE</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:14:19.215933" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:19.215823" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:19.215805" elapsed="0.000196"/>
</if>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Verify Controller Has No Runtime Exceptions" owner="Utils">
<kw name="Check Karaf Log File Does Not Have Messages" owner="Utils">
<kw name="Run Command On Controller" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:19.225977" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:19.225690" elapsed="0.000344"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:19.225672" elapsed="0.000385"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:19.226348" level="INFO">index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-10T03:14:19.226451" level="INFO">${current_ssh_connection} = index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T03:14:19.226211" elapsed="0.000266"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:19.227005" level="INFO">Attempting to execute command "grep -c 'java.lang.RuntimeException' /tmp/karaf-0.24.0/data/log/karaf.log" on remote system "10.30.171.124" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:19.226629" elapsed="0.000422"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:14:19.227794" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:14:19.227207" elapsed="0.000613"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:14:19.228782" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:14:19.228865" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:14:19.228459" elapsed="0.000429"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:19.229067" elapsed="0.000401"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:14:19.230653" level="INFO">Logging into '10.30.171.124:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:14:19.668788" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-171-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:14:06 UTC 2026

  System load:  0.71               Processes:             127
  Usage of /:   11.1% of 77.35GB   Users logged in:       0
  Memory usage: 7%                 IPv4 address for ens3: 10.30.171.124
  Swap usage:   0%

 * Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
   just raised the bar for easy, resilient and secure K8s cluster deployment.

   https://ubuntu.com/engage/secure-kubernetes-at-the-edge

Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

10 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Apr 10 03:14:19 2026 from 10.30.171.158
[?2004h[jenkins@releng-51746-174-0-builder-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:14:19.229999" elapsed="0.439080"/>
</kw>
<msg time="2026-04-10T03:14:19.669162" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:19.229641" elapsed="0.439604"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:14:19.228040" elapsed="0.441445"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:14:19.669965" level="INFO">Executing command 'grep -c 'java.lang.RuntimeException' /tmp/karaf-0.24.0/data/log/karaf.log'.</msg>
<msg time="2026-04-10T03:14:19.681973" level="INFO">Command exited with return code 1.</msg>
<msg time="2026-04-10T03:14:19.682217" level="INFO">${stdout} = 0</msg>
<msg time="2026-04-10T03:14:19.682353" level="INFO">${stderr} = </msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T03:14:19.669727" elapsed="0.012680"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:14:19.682786" elapsed="0.000527"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:19.684438" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:19.683774" elapsed="0.000760"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:19.685052" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:19.684715" elapsed="0.000445"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:19.684664" elapsed="0.000546"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-04-10T03:14:19.685609" elapsed="0.000063"/>
</return>
<status status="PASS" start="2026-04-10T03:14:19.685365" elapsed="0.000382"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:19.685328" elapsed="0.000473"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:14:19.685880" elapsed="0.000034"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-04-10T03:14:19.693105" elapsed="0.000534"/>
</kw>
<msg time="2026-04-10T03:14:19.693749" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:19.691835" elapsed="0.002400"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:19.694427" elapsed="0.000024"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:19.694594" elapsed="0.000021"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:14:19.686630" elapsed="0.008048"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T03:14:19.225144" elapsed="0.469627"/>
</kw>
<msg time="2026-04-10T03:14:19.694827" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:19.224558" elapsed="0.470318"/>
</kw>
<msg time="2026-04-10T03:14:19.694990" level="INFO">${output} = 0</msg>
<var>${output}</var>
<arg>${ip}</arg>
<arg>grep -c '${message}' ${log_file}</arg>
<arg>user=${user}</arg>
<arg>password=${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Controller machine.</doc>
<status status="PASS" start="2026-04-10T03:14:19.223926" elapsed="0.471088"/>
</kw>
<kw name="Should Be Equal As Strings" owner="BuiltIn">
<arg>${output}</arg>
<arg>0</arg>
<doc>Fails if objects are unequal after converting them to strings.</doc>
<status status="PASS" start="2026-04-10T03:14:19.695254" elapsed="0.000332"/>
</kw>
<arg>${controller_ip}</arg>
<arg>java.lang.RuntimeException</arg>
<doc>Fails if the provided ${message} is found in the karaf.log file. Uses grep to search. The
karaf.log file can be overridden with /w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/log.html to be any file on the given system @ ${ip}</doc>
<status status="PASS" start="2026-04-10T03:14:19.223360" elapsed="0.472288"/>
</kw>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Will execute any tests to verify the controller is not having any runtime eceptions.</doc>
<status status="PASS" start="2026-04-10T03:14:19.216610" elapsed="0.479094"/>
</kw>
<msg time="2026-04-10T03:14:19.695796" level="INFO">${status} = PASS</msg>
<msg time="2026-04-10T03:14:19.695841" level="INFO">${result} = None</msg>
<var>${status}</var>
<var>${result}</var>
<arg>Utils.Verify Controller Has No Runtime Exceptions</arg>
<arg>${ODL_SYSTEM_IP}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:19.216194" elapsed="0.479670"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Controller has RuntimeException</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:14:19.696058" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:19.695944" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:19.695922" elapsed="0.000206"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking ${switches} switches</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:14:19.696323" elapsed="0.000300"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Check Switches In Inventory" owner="FlowLib">
<for flavor="IN RANGE">
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.188867" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.193713" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 
 status=200, reason=OK 
 headers={'Set-Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0; Path=/rests; HttpOnly, rememberMe=deleteMe; Path=/rests; Max-Age=0; Expires=Thu, 09-Apr-2026 03:14:21 GMT; SameSite=lax', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48150&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.194168" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:19.702729" elapsed="1.491480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.198424" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48150&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s1&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.670Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:1:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;5e:82:af:de:2e:76&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s1-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;260000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:1:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:86:2f:8a:0f:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;257000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:1:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:cb:48:06:95:8a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s1-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;260000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.724Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.194600" elapsed="0.005407"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.200297" elapsed="0.003802"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.204397" elapsed="0.003200"/>
</kw>
<var name="${switch}">1</var>
<status status="PASS" start="2026-04-10T03:14:19.702584" elapsed="1.505060"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.281888" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A2 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.285931" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47864&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.286458" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.207937" elapsed="0.078564"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.290883" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47864&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s2&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.071Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:a8:e7:d8:16:a9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;44000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;756&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:9d:91:a6:57:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;35000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:9b:22:ca:1e:df&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;44000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;756&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:9f:dc:4c:39:31&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;43000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.094Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.286941" elapsed="0.005553"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.292798" elapsed="0.003688"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.296810" elapsed="0.002788"/>
</kw>
<var name="${switch}">2</var>
<status status="PASS" start="2026-04-10T03:14:21.207774" elapsed="0.091867"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.322502" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A3 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.326999" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47748&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.327664" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.299952" elapsed="0.027775"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.333653" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47748&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s3&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.336Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:aa:7c:c9:07:8e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;584000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1e:94:3e:7a:d0:72&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;584000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:bc:ac:0d:32:64&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;584000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:2f:ec:11:84:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;571000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.508Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.328237" elapsed="0.006522"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.334963" elapsed="0.002713"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.337877" elapsed="0.002569"/>
</kw>
<var name="${switch}">3</var>
<status status="PASS" start="2026-04-10T03:14:21.299787" elapsed="0.040703"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.355585" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A4 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.357300" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:4&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47782&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.357975" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.340800" elapsed="0.017238"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.363233" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:4&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47782&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s4&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.732Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:0e:27:89:ba:a3&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;794000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:85:c7:78:ba:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;784000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:04:67:58:cd:20&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;794000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8a:e3:2d:64:dd:cc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;795000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.758Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.358604" elapsed="0.006194"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.365077" elapsed="0.003654"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.369007" elapsed="0.003754"/>
</kw>
<var name="${switch}">4</var>
<status status="PASS" start="2026-04-10T03:14:21.340640" elapsed="0.032182"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.400803" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A5 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.402614" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:5&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47608&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.403300" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.373255" elapsed="0.030109"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.408342" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:5&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47608&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s5&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.961Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:65:5b:73:a6:83&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;473000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:56:88:b8:1b:49&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;463000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:c9:81:7b:d1:7a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;473000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b2:d2:9a:db:4a:df&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;473000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.089Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.403849" elapsed="0.006144"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.410413" elapsed="0.004169"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.414891" elapsed="0.003510"/>
</kw>
<var name="${switch}">5</var>
<status status="PASS" start="2026-04-10T03:14:21.372996" elapsed="0.045452"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.434678" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A6 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.436423" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:6&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48140&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.437128" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.418760" elapsed="0.018439"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.442825" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:6&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48140&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s6&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.619Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:73:53:f4:85:cf&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;199000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;671&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;32:dc:f2:50:40:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;200000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;671&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;12:6a:0a:8b:fc:41&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;197000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:3d:35:99:3a:c8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;199000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.664Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.437780" elapsed="0.006603"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.444702" elapsed="0.003702"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.448720" elapsed="0.003612"/>
</kw>
<var name="${switch}">6</var>
<status status="PASS" start="2026-04-10T03:14:21.418592" elapsed="0.033800"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.476320" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A7 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.478014" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:7&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47778&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.478733" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.452840" elapsed="0.025962"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.484522" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:7&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47778&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s7&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.015Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;de:4a:8c:7a:56:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;316000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:02:18:81:b7:b9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;329000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;de:ee:d9:a7:5b:3a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;329000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:06:a5:7d:e8:92&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;329000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.320Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.479257" elapsed="0.007047"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.486585" elapsed="0.003616"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.490417" elapsed="0.002771"/>
</kw>
<var name="${switch}">7</var>
<status status="PASS" start="2026-04-10T03:14:21.452570" elapsed="0.040662"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.514595" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A8 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.516754" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:8&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47938&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.517494" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.493515" elapsed="0.024066"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.523162" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:8&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47938&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s8&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.458Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ce:2b:08:63:87:e6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;338000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:fa:ad:aa:f1:12&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;337000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f6:a8:62:31:5c:ff&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;337000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:c3:5f:f5:bd:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;321000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.512Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.518105" elapsed="0.006618"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.525009" elapsed="0.004020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.529352" elapsed="0.003888"/>
</kw>
<var name="${switch}">8</var>
<status status="PASS" start="2026-04-10T03:14:21.493364" elapsed="0.039935"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.566195" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A9 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.567828" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:9&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47670&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.568453" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.533576" elapsed="0.034940"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.574160" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:9&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47670&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s9&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.972Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ee:84:40:0f:26:82&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;368000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:78:50:2e:76:66&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;368000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0e:2d:94:96:1e:57&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;368000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ce:19:d8:a7:b7:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;355000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.078Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.568998" elapsed="0.006675"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.576108" elapsed="0.004030"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.580552" elapsed="0.003913"/>
</kw>
<var name="${switch}">9</var>
<status status="PASS" start="2026-04-10T03:14:21.533422" elapsed="0.051149"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.617704" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A10 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.622976" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:10&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47924&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:21.623789" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:21.585030" elapsed="0.038843"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:21.630022" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:10&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47924&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s10&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.245Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3e:ae:e7:ec:27:55&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;133000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:c5:b8:f1:ee:69&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;138000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;756&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:4d:0e:ef:44:35&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;139000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:4f:84:91:fa:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;116000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.280Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:21.624548" elapsed="0.006617"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.631439" elapsed="0.002754"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:21.634594" elapsed="0.002604"/>
</kw>
<var name="${switch}">10</var>
<status status="PASS" start="2026-04-10T03:14:21.584827" elapsed="0.052414"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:21.647966" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:21.648755" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 
 status=409, reason=Conflict 
 headers={'Content-Type': 'application/yang-data+xml', 'Content-Length': '288'} 
 body=&lt;?xml version="1.0" ?&gt;&lt;errors xmlns="urn:ietf:params:xml:ns:yang:ietf-restconf"&gt;&lt;error&gt;&lt;error-type&gt;protocol&lt;/error-type&gt;&lt;error-message&gt;Request could not be completed because the relevant data model content does not exist&lt;/error-message&gt;&lt;error-tag&gt;data-missing&lt;/error-tag&gt;&lt;/error&gt;&lt;/errors&gt; 
 </msg>
<msg time="2026-04-10T03:14:21.649072" level="FAIL">Url: http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 Expected status: 409 != 200</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="FAIL" start="2026-04-10T03:14:21.637554" elapsed="0.013776">Url: http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 Expected status: 409 != 200</status>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:21.651948" elapsed="0.000065"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:21.652474" elapsed="0.000055"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:21.653057" elapsed="0.000043"/>
</kw>
<var name="${switch}">11</var>
<status status="FAIL" start="2026-04-10T03:14:21.637390" elapsed="0.015803">Url: http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 Expected status: 409 != 200</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:19.700414" elapsed="1.952895">Url: http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 Expected status: 409 != 200</status>
</for>
<arg>${switches}</arg>
<doc>Check all switches and stats in operational inventory</doc>
<status status="FAIL" start="2026-04-10T03:14:19.700161" elapsed="1.953329">Url: http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 Expected status: 409 != 200</status>
</kw>
<kw name="Check Switches In Inventory" owner="FlowLib">
<for flavor="IN RANGE">
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.682999" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.684031" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48150&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.684719" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.661252" elapsed="0.023529"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.691324" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48150&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s1&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.670Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:1:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;5e:82:af:de:2e:76&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s1-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;260000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:1:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:86:2f:8a:0f:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;257000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:1:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:cb:48:06:95:8a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s1-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;260000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.724Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.685318" elapsed="0.008307"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.693827" elapsed="0.002769"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.696799" elapsed="0.002671"/>
</kw>
<var name="${switch}">1</var>
<status status="PASS" start="2026-04-10T03:14:23.660910" elapsed="0.038602"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.709913" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A2 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.710538" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47864&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.711125" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.699813" elapsed="0.011373"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.717672" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47864&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s2&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.071Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:a8:e7:d8:16:a9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;44000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;756&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:9d:91:a6:57:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;35000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:9b:22:ca:1e:df&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;44000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;756&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:2:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:9f:dc:4c:39:31&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s2-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;43000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.094Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.711662" elapsed="0.008426"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.720599" elapsed="0.003013"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.723806" elapsed="0.002604"/>
</kw>
<var name="${switch}">2</var>
<status status="PASS" start="2026-04-10T03:14:23.699635" elapsed="0.026817"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.737027" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A3 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.737805" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47748&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.738430" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.726710" elapsed="0.011784"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.744765" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47748&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s3&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.336Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:aa:7c:c9:07:8e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;584000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1e:94:3e:7a:d0:72&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;584000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:bc:ac:0d:32:64&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;584000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:3:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:2f:ec:11:84:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;571000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.508Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.738950" elapsed="0.008244"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.747650" elapsed="0.003559"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.751423" elapsed="0.002588"/>
</kw>
<var name="${switch}">3</var>
<status status="PASS" start="2026-04-10T03:14:23.726563" elapsed="0.027491"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.776784" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A4 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.777766" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:4&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47782&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.778393" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.754334" elapsed="0.024121"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.784901" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:4&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47782&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s4&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.732Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:0e:27:89:ba:a3&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;794000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:85:c7:78:ba:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;784000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:04:67:58:cd:20&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;794000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:4:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8a:e3:2d:64:dd:cc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s4-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;795000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.758Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.778905" elapsed="0.007694"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.786880" elapsed="0.003670"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.790832" elapsed="0.003779"/>
</kw>
<var name="${switch}">4</var>
<status status="PASS" start="2026-04-10T03:14:23.754166" elapsed="0.040507"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.805162" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A5 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.806137" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:5&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47608&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.806848" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.795056" elapsed="0.011859"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.813404" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:5&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47608&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s5&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.961Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:65:5b:73:a6:83&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;473000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:56:88:b8:1b:49&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;463000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:c9:81:7b:d1:7a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;473000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:5:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b2:d2:9a:db:4a:df&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s5-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;473000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.089Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.807526" elapsed="0.008385"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.816446" elapsed="0.003089"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.819729" elapsed="0.002568"/>
</kw>
<var name="${switch}">5</var>
<status status="PASS" start="2026-04-10T03:14:23.794836" elapsed="0.027504"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.837529" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A6 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.838104" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:6&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48140&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.838650" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.822601" elapsed="0.016110"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.845234" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:6&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48140&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s6&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.619Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:73:53:f4:85:cf&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;199000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;671&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;32:dc:f2:50:40:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;200000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;671&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;12:6a:0a:8b:fc:41&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;197000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:6:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:3d:35:99:3a:c8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s6-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;199000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.664Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.839158" elapsed="0.008511"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.848100" elapsed="0.003256"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.851551" elapsed="0.002544"/>
</kw>
<var name="${switch}">6</var>
<status status="PASS" start="2026-04-10T03:14:23.822453" elapsed="0.031684"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.868337" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A7 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.868954" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:7&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47778&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.869343" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.854422" elapsed="0.014961"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.873296" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:7&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47778&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s7&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.015Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;de:4a:8c:7a:56:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;316000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:02:18:81:b7:b9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;329000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;de:ee:d9:a7:5b:3a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;329000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:7:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:06:a5:7d:e8:92&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s7-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;329000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.320Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.869663" elapsed="0.005129"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.875060" elapsed="0.003633"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.878965" elapsed="0.003594"/>
</kw>
<var name="${switch}">7</var>
<status status="PASS" start="2026-04-10T03:14:23.854254" elapsed="0.028479"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.896650" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A8 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.897606" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:8&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47938&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.898349" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.883080" elapsed="0.015334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.904703" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:8&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47938&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s8&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.458Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ce:2b:08:63:87:e6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;338000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:fa:ad:aa:f1:12&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;337000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;601&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f6:a8:62:31:5c:ff&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;337000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;671&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:8:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:c3:5f:f5:bd:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s8&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;321000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.512Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.898856" elapsed="0.007628"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.906774" elapsed="0.003691"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.910743" elapsed="0.003651"/>
</kw>
<var name="${switch}">8</var>
<status status="PASS" start="2026-04-10T03:14:23.882881" elapsed="0.031575"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.929525" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A9 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.930651" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:9&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47670&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table ... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.931431" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.914825" elapsed="0.016692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.938149" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:9&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47670&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s9&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.972Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ee:84:40:0f:26:82&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;368000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:78:50:2e:76:66&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;368000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0e:2d:94:96:1e:57&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;368000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;601&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:9:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ce:19:d8:a7:b7:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s9&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;355000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.078Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.932069" elapsed="0.008075"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.940583" elapsed="0.005253"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.946216" elapsed="0.004110"/>
</kw>
<var name="${switch}">9</var>
<status status="PASS" start="2026-04-10T03:14:23.914617" elapsed="0.035766"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:23.967071" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A10 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:23.968098" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:10&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47924&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:23.968910" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.950752" elapsed="0.018227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:23.975953" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:10&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47924&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s10&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.245Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3e:ae:e7:ec:27:55&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;133000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:c5:b8:f1:ee:69&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;138000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;756&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:4d:0e:ef:44:35&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;139000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:10:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:4f:84:91:fa:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s10&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;116000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.280Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:23.969532" elapsed="0.008345"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.978075" elapsed="0.002778"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:23.981061" elapsed="0.002732"/>
</kw>
<var name="${switch}">10</var>
<status status="PASS" start="2026-04-10T03:14:23.950540" elapsed="0.033296"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.002437" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.004186" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:11&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48072&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.004985" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:23.984109" elapsed="0.020939"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.009543" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:11&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48072&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s11&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:22.242Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:11:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:16:e1:16:a1:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s11&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;883000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:11:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ae:1e:82:33:6f:7b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s11-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;892000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:11:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1e:5d:eb:7f:8e:9c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s11-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;892000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:11:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:93:f4:25:b8:a6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s11-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;892000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:22.266Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.005536" elapsed="0.005537"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.011373" elapsed="0.003669"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.015364" elapsed="0.003177"/>
</kw>
<var name="${switch}">11</var>
<status status="PASS" start="2026-04-10T03:14:23.983955" elapsed="0.034629"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.033773" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A12 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A12 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.034490" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A12 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:12&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48026&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.034751" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.018836" elapsed="0.015942"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.037682" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:12&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48026&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s12&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.882Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:12:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e2:16:a0:36:9c:ac&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s12-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;648000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:12:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;42:9a:67:cf:ea:a1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s12-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;648000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:12:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e6:ea:86:35:7e:4d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s12&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;638000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:12:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:d0:d8:99:f5:56&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s12-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;648000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.959Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.034974" elapsed="0.003797"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.038972" elapsed="0.002743"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.041912" elapsed="0.002724"/>
</kw>
<var name="${switch}">12</var>
<status status="PASS" start="2026-04-10T03:14:24.018691" elapsed="0.025990"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.061565" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A13 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A13 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.063176" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A13 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:13&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47966&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.063814" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.044932" elapsed="0.018965"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.070219" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:13&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47966&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s13&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.619Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:13:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1e:53:46:50:67:25&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s13-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;415000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:13:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:26:c7:1b:a7:40&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s13&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;403000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:13:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;12:db:40:0a:82:67&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s13-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;415000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:13:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;5a:44:d5:a5:57:a2&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s13-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;415000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.643Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.064440" elapsed="0.008314"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.073193" elapsed="0.002716"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.076110" elapsed="0.002598"/>
</kw>
<var name="${switch}">13</var>
<status status="PASS" start="2026-04-10T03:14:24.044788" elapsed="0.033963"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.095687" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A14 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A14 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.097351" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A14 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:14&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47912&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.097951" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.079016" elapsed="0.018997"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.103088" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:14&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47912&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s14&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.334Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:14:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:a0:f2:24:51:47&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s14&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;259000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:14:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:90:a5:67:96:6a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s14-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;272000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:14:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ce:27:6b:fc:e3:a0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s14-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;272000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:14:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:05:b8:3a:70:71&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s14-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;272000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.398Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.098496" elapsed="0.006298"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.105068" elapsed="0.003631"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.108972" elapsed="0.003673"/>
</kw>
<var name="${switch}">14</var>
<status status="PASS" start="2026-04-10T03:14:24.078865" elapsed="0.033841"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.127655" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A15 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A15 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.128409" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A15 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:15&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47962&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;7&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.128682" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.113071" elapsed="0.015638"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.131472" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:15&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47962&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;7&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s15&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.354Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:15:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:06:c4:3b:16:93&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s15-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;168000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:15:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;52:80:f1:d7:28:df&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s15-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;168000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:15:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:65:0e:b6:65:47&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s15&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;153000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:15:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c2:38:87:8c:87:a7&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s15-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;168000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.380Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.128920" elapsed="0.003696"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.132809" elapsed="0.002575"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.135579" elapsed="0.002568"/>
</kw>
<var name="${switch}">15</var>
<status status="PASS" start="2026-04-10T03:14:24.112859" elapsed="0.025329"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.153032" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A16 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A16 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.153746" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A16 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:16&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47882&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.154005" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.138452" elapsed="0.015580"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.156773" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:16&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47882&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s16&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.544Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:16:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:21:23:19:87:b6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s16-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;504000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:16:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:6f:ad:38:41:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s16&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;492000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:16:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:f9:e8:bd:f2:91&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s16-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;504000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:16:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:e5:81:0c:bb:fe&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s16-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;504000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.574Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.154232" elapsed="0.003604"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.158025" elapsed="0.002584"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.160802" elapsed="0.002547"/>
</kw>
<var name="${switch}">16</var>
<status status="PASS" start="2026-04-10T03:14:24.138309" elapsed="0.025082"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.179232" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A17 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A17 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.179945" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A17 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:17&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47848&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.180202" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.163635" elapsed="0.016612"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.182967" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:17&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47848&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s17&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.429Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:17:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:38:3c:a7:d1:17&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s17-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;424000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:17:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ae:ad:30:7c:d4:44&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s17-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;423000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:17:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:e2:7b:74:90:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s17&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;416000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:17:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;5a:eb:6d:7d:37:c4&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s17-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;424000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.469Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.180457" elapsed="0.003565"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.184242" elapsed="0.002552"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.186987" elapsed="0.004661"/>
</kw>
<var name="${switch}">17</var>
<status status="PASS" start="2026-04-10T03:14:24.163494" elapsed="0.028214"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.209362" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A18 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A18 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.210973" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A18 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:18&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47642&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.211599" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.192053" elapsed="0.019623"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.216258" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:18&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47642&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s18&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.314Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:18:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:e6:cd:bc:06:df&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s18-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;708000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:18:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;12:9c:13:60:7e:5b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s18-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;708000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:18:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a2:29:da:6a:df:bf&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s18-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;708000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:18:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3a:c7:71:38:5b:4d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s18&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;696000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.389Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.212142" elapsed="0.005581"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.218003" elapsed="0.003639"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.221919" elapsed="0.003582"/>
</kw>
<var name="${switch}">18</var>
<status status="PASS" start="2026-04-10T03:14:24.191853" elapsed="0.033691"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.236680" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A19 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A19 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.238410" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A19 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:19&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48126&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.239105" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.225807" elapsed="0.013363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.245503" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:19&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48126&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s19&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.902Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:19:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:7e:8c:f8:14:5c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s19-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;570000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:19:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6a:9a:87:fc:5c:1c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s19-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;570000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:19:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:bb:a1:a1:8a:42&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s19&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;567000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:19:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;d2:eb:06:62:23:56&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s19-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;570000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.023Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.239653" elapsed="0.006905"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.246753" elapsed="0.002601"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.249557" elapsed="0.002518"/>
</kw>
<var name="${switch}">19</var>
<status status="PASS" start="2026-04-10T03:14:24.225658" elapsed="0.026458"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.271496" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A20 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A20 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.273126" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A20 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:20&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48204&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.273737" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.252405" elapsed="0.021393"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.279087" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:20&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48204&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s20&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.861Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:20:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3e:17:26:cc:ee:7a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s20-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;395000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:20:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:9f:9d:6a:01:e6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s20-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;395000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:20:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;72:36:4f:f6:a7:05&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s20-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;395000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:20:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:81:41:14:9e:44&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s20&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;387000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.914Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.274242" elapsed="0.006437"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.280979" elapsed="0.003766"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.285021" elapsed="0.003784"/>
</kw>
<var name="${switch}">20</var>
<status status="PASS" start="2026-04-10T03:14:24.252243" elapsed="0.036624"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.304845" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A21 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A21 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.306973" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A21 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:21&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47908&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.307595" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.289227" elapsed="0.018443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.313861" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:21&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47908&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s21&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.216Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:21:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:62:ec:12:e8:04&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s21-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;156000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:21:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:15:13:11:0f:e2&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s21-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;156000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:21:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b6:fc:e7:f5:73:e5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s21-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;155000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:21:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ca:7d:e5:fc:8c:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s21&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;144000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.271Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.308148" elapsed="0.007237"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.315661" elapsed="0.003747"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.319721" elapsed="0.003691"/>
</kw>
<var name="${switch}">21</var>
<status status="PASS" start="2026-04-10T03:14:24.289022" elapsed="0.034453"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.338259" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A22 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A22 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.340161" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A22 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:22&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48034&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.340823" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.323887" elapsed="0.016998"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.346417" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:22&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48034&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s22&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.070Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:22:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;32:be:49:4e:b9:25&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s22-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;780000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:22:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;d2:87:be:8d:2f:14&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s22-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;780000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:22:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3a:3c:da:48:6e:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s22&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;768000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:22:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fe:5b:c2:9a:8d:a6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s22-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;780000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.097Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.341367" elapsed="0.006532"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.348169" elapsed="0.003612"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.352054" elapsed="0.003596"/>
</kw>
<var name="${switch}">22</var>
<status status="PASS" start="2026-04-10T03:14:24.323651" elapsed="0.032057"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.369845" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A23 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A23 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.371470" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A23 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:23&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47784&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.372059" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.356057" elapsed="0.016066"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.403338" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:23&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47784&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s23&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.246Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:23:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:e3:51:fe:f7:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s23-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;308000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:23:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:0d:79:e6:a9:41&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s23&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;296000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:23:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fa:12:e3:ad:cd:e1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s23-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;308000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:23:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:9b:08:8e:c1:cc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s23-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;308000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.280Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.372662" elapsed="0.031843"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.404756" elapsed="0.002669"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.407621" elapsed="0.002587"/>
</kw>
<var name="${switch}">23</var>
<status status="PASS" start="2026-04-10T03:14:24.355853" elapsed="0.054398"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.426342" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A24 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A24 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.427955" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A24 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:24&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47658&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.428620" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.410628" elapsed="0.018054"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.434307" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:24&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47658&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s24&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.593Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:24:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fe:74:a1:23:ff:c6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s24-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;945000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:24:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:08:e2:9c:2a:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s24&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;934000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:24:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:91:53:a0:cb:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s24-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;945000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:24:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:e2:ac:52:05:ea&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s24-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;947000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.648Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.429131" elapsed="0.006649"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.436048" elapsed="0.003753"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.440076" elapsed="0.003597"/>
</kw>
<var name="${switch}">24</var>
<status status="PASS" start="2026-04-10T03:14:24.410453" elapsed="0.033278"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.461624" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A25 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A25 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.463200" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A25 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:25&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47710&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.463807" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.444073" elapsed="0.019794"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.469794" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:25&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47710&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s25&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.077Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:25:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a6:11:c6:3f:db:4b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s25&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;413000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:25:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0e:4d:d5:ac:cf:ca&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s25-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;445000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:25:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0e:9f:ae:cb:db:98&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s25-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;445000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:25:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:ab:8c:4a:c0:92&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s25-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;445000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.208Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.464356" elapsed="0.006894"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.471535" elapsed="0.003629"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.475460" elapsed="0.003637"/>
</kw>
<var name="${switch}">25</var>
<status status="PASS" start="2026-04-10T03:14:24.443876" elapsed="0.035281"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.495491" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A26 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A26 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.497133" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A26 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:26&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47540&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.497982" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.479523" elapsed="0.018523"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.503475" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:26&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47540&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s26&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.543Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:26:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:cc:79:8b:4e:cc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s26-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;136000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:26:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3e:90:e6:b0:85:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s26&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;116000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:26:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fa:d3:13:bf:3d:39&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s26-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;136000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:26:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:48:4e:f5:94:c6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s26-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;136000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.634Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.498528" elapsed="0.006567"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.505484" elapsed="0.003976"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.509738" elapsed="0.003823"/>
</kw>
<var name="${switch}">26</var>
<status status="PASS" start="2026-04-10T03:14:24.479324" elapsed="0.034281"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.529134" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A27 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A27 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.530765" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A27 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:27&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47992&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.531073" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.513859" elapsed="0.017242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.534114" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:27&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47992&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s27&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.248Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:27:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e6:c6:14:ec:0f:c3&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s27-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;22000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:27:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:c1:f0:8a:78:4c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s27&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;10000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:27:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:b9:05:f4:65:83&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s27-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;22000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:27:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a6:48:ef:49:8f:f1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s27-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;22000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.281Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.531399" elapsed="0.003736"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.535348" elapsed="0.002666"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.538216" elapsed="0.002795"/>
</kw>
<var name="${switch}">27</var>
<status status="PASS" start="2026-04-10T03:14:24.513715" elapsed="0.027339"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.556342" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A28 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A28 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.557329" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A28 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:28&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47556&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.557696" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.541385" elapsed="0.016349"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.561634" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:28&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47556&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s28&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.014Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:28:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:35:18:a8:30:7b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s28-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;738000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:28:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:f1:2b:b3:bc:3e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s28-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;740000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:28:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e2:44:8b:1a:c6:24&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s28-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;738000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:28:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b2:84:bf:e6:08:49&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s28&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;722000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.309Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.558012" elapsed="0.005154"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.563453" elapsed="0.003613"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.567361" elapsed="0.003616"/>
</kw>
<var name="${switch}">28</var>
<status status="PASS" start="2026-04-10T03:14:24.541167" elapsed="0.029868"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.586586" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A29 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A29 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.589118" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A29 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:29&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48222&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.589886" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.571401" elapsed="0.018550"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.596709" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:29&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48222&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s29&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.087Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:29:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;42:09:c1:f7:fb:5b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s29-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;588000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:29:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:b2:74:89:3c:5f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s29-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;587000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:29:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:38:85:db:71:78&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s29-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;587000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:29:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;aa:ac:0c:0b:2f:4b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s29&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;579000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.114Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.590583" elapsed="0.007531"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.598344" elapsed="0.002638"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.601186" elapsed="0.002717"/>
</kw>
<var name="${switch}">29</var>
<status status="PASS" start="2026-04-10T03:14:24.571183" elapsed="0.032765"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.619544" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A30 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A30 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.621202" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A30 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:30&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48110&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.621802" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.604261" elapsed="0.017601"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.627021" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:30&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48110&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s30&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.073Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:30:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;42:26:71:e5:86:4c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s30&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;652000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:30:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;12:bd:24:f0:8e:1e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s30-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;665000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:30:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:eb:47:b4:01:ca&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s30-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;665000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:30:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6a:ad:5f:f7:c4:a0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s30-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;665000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.102Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.622343" elapsed="0.006184"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.628797" elapsed="0.003628"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.632702" elapsed="0.003643"/>
</kw>
<var name="${switch}">30</var>
<status status="PASS" start="2026-04-10T03:14:24.604082" elapsed="0.032322"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.650525" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A31 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A31 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.652127" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A31 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:31&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47960&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.652776" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.636760" elapsed="0.016077"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.658742" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:31&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47960&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s31&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.616Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:31:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;66:78:ae:b9:ab:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s31&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;444000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:31:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fe:57:ff:e0:df:12&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s31-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;461000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:31:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:1c:c4:98:92:ae&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s31-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;461000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:31:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:3b:50:d2:b4:e8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s31-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;461000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.659Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.653311" elapsed="0.006995"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.660663" elapsed="0.003797"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.664737" elapsed="0.003613"/>
</kw>
<var name="${switch}">31</var>
<status status="PASS" start="2026-04-10T03:14:24.636556" elapsed="0.031855"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.684471" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A32 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A32 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.686197" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A32 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:32&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48386&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.686954" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.668806" elapsed="0.018231"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.693553" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:32&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48386&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s32&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.308Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:32:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:21:4d:67:8a:cc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s32-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;562000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:32:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:45:65:19:7c:e8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s32-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;565000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:32:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:df:e1:3d:e3:4d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s32&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;544000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:32:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ca:ab:5c:66:03:96&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s32-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;561000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.326Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.687597" elapsed="0.008441"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.696572" elapsed="0.003078"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.699849" elapsed="0.002583"/>
</kw>
<var name="${switch}">32</var>
<status status="PASS" start="2026-04-10T03:14:24.668587" elapsed="0.033888"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.720050" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A33 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A33 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.721717" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A33 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:33&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48246&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.722350" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.702732" elapsed="0.019681"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.727641" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:33&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48246&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s33&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.208Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:33:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7a:e6:12:77:dc:e4&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s33-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;689000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:33:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a2:ea:39:c2:94:01&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s33-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;689000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:33:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;5e:a5:c0:ed:fe:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s33&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;677000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:33:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a2:1c:12:2e:a1:90&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s33-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;689000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.249Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.722877" elapsed="0.006308"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.729487" elapsed="0.003714"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.733577" elapsed="0.003667"/>
</kw>
<var name="${switch}">33</var>
<status status="PASS" start="2026-04-10T03:14:24.702584" elapsed="0.034757"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.751412" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A34 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A34 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.752529" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A34 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:34&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47980&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.752972" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.737825" elapsed="0.015188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.759559" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:34&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47980&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s34&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.963Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:34:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:38:1b:ca:1e:d7&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s34-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;753000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:34:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:e0:db:96:36:87&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s34-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;753000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:34:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;d6:ad:b6:bb:c1:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s34&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;745000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:34:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fe:95:fa:4b:59:e8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s34-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;753000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.992Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.753412" elapsed="0.008761"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.762691" elapsed="0.004148"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.767037" elapsed="0.002721"/>
</kw>
<var name="${switch}">34</var>
<status status="PASS" start="2026-04-10T03:14:24.737499" elapsed="0.032302"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.784878" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A35 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A35 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.786183" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A35 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:35&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47566&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.786635" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.770083" elapsed="0.016592"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.790935" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:35&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47566&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s35&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.079Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:35:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;42:87:89:fd:2a:1d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s35-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;650000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:35:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;72:5d:3f:c8:fe:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s35&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;642000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:35:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6e:9b:c3:94:64:8c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s35-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;650000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:35:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:4e:0c:f1:c8:fb&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s35-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;650000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.217Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.787055" elapsed="0.005510"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.792849" elapsed="0.003843"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.797046" elapsed="0.004331"/>
</kw>
<var name="${switch}">35</var>
<status status="PASS" start="2026-04-10T03:14:24.769926" elapsed="0.031512"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.817450" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A36 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A36 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.819170" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A36 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:36&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48048&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.819862" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.801830" elapsed="0.018097"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.826591" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:36&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48048&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s36&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.856Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:36:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:b4:de:05:4c:f0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s36-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;558000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:36:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:c5:e5:9c:4d:4b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s36&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;547000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:36:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:6a:7b:99:3e:0c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s36-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;558000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:36:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:1e:cd:4f:9b:3a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s36-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;558000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.910Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.820588" elapsed="0.007701"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.828631" elapsed="0.003989"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.832915" elapsed="0.003997"/>
</kw>
<var name="${switch}">36</var>
<status status="PASS" start="2026-04-10T03:14:24.801611" elapsed="0.035369"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.854394" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A37 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A37 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.856367" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A37 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:37&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47894&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.856725" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.837431" elapsed="0.019323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.859890" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:37&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47894&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s37&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.022Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:37:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:e4:06:07:54:16&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s37-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;9000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:37:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:39:37:d2:b7:14&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s37-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;9000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:37:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a6:a8:6a:c6:df:47&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s37&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;0&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:37:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ee:4a:85:f4:7e:26&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s37-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;9000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.103Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.857067" elapsed="0.003903"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.861239" elapsed="0.002699"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.864176" elapsed="0.002568"/>
</kw>
<var name="${switch}">37</var>
<status status="PASS" start="2026-04-10T03:14:24.837161" elapsed="0.029627"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.882184" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A38 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A38 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.884012" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A38 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:38&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47588&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.884851" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.867077" elapsed="0.017843"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.892212" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:38&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47588&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s38&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.585Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:38:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;52:98:70:9a:59:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s38&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;21000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:38:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:3c:09:f5:96:ea&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s38-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;33000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:38:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:63:1d:52:bc:0b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s38-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;33000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:38:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e2:ef:ac:f3:9e:84&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s38-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;33000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.613Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.885516" elapsed="0.008420"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.894149" elapsed="0.003004"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.897374" elapsed="0.002760"/>
</kw>
<var name="${switch}">38</var>
<status status="PASS" start="2026-04-10T03:14:24.866917" elapsed="0.033270"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.916754" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A39 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A39 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.918154" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A39 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:39&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48370&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.918750" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.900550" elapsed="0.018259"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.924207" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:39&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48370&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s39&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.371Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:39:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:e1:f1:5b:0d:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s39&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;698000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:39:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:f1:a4:f7:4a:57&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s39-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;707000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:39:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:e5:7f:a5:47:68&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s39-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;707000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:39:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:c2:75:02:23:df&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s39-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;707000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.404Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.919318" elapsed="0.007055"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.926666" elapsed="0.004413"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.931493" elapsed="0.003883"/>
</kw>
<var name="${switch}">39</var>
<status status="PASS" start="2026-04-10T03:14:24.900354" elapsed="0.035068"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.952140" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A40 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A40 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.953722" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A40 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:40&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47616&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.954314" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.935752" elapsed="0.018611"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.959471" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:40&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47616&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s40&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.371Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:40:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a6:ba:cb:bf:4f:49&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s40&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;853000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:40:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:1c:0b:36:dd:72&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s40-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;868000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:40:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0e:f9:ab:3b:c9:0d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s40-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;868000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:40:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:b1:72:6d:49:f8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s40-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;869000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.496Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.954715" elapsed="0.006854"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.961966" elapsed="0.005044"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.967263" elapsed="0.003329"/>
</kw>
<var name="${switch}">40</var>
<status status="PASS" start="2026-04-10T03:14:24.935550" elapsed="0.035087"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:24.981304" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A41 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A41 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:24.982353" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A41 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:41&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47602&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:24.982763" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.970921" elapsed="0.011882"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:24.988509" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:41&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47602&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s41&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.596Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:41:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:1c:8e:01:69:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s41-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;29000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:41:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:da:1d:ed:0f:5c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s41-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;29000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:41:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:34:44:dd:c9:dd&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s41-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;29000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:41:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:18:39:6d:99:40&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s41&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;19000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.638Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:24.983127" elapsed="0.007740"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.991398" elapsed="0.003786"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:24.995411" elapsed="0.002665"/>
</kw>
<var name="${switch}">41</var>
<status status="PASS" start="2026-04-10T03:14:24.970763" elapsed="0.027356"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.011857" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A42 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A42 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.012643" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A42 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:42&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48258&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.012906" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:24.998408" elapsed="0.014525"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.015670" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:42&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48258&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s42&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.628Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:42:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e2:8a:01:9c:f4:41&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s42&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;75000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:42:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6a:f5:44:22:0e:c0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s42-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;88000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:42:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;92:79:18:04:e4:7e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s42-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;88000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:42:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;aa:8d:1f:ad:a3:42&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s42-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;88000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.659Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.013137" elapsed="0.003645"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.016974" elapsed="0.002598"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.019768" elapsed="0.002604"/>
</kw>
<var name="${switch}">42</var>
<status status="PASS" start="2026-04-10T03:14:24.998234" elapsed="0.024180"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.033559" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A43 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A43 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.034302" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A43 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:43&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48130&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.034566" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.022662" elapsed="0.011932"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.037345" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:43&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48130&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s43&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.070Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:43:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:65:23:f5:e7:7a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s43-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;640000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:43:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;d2:6c:79:38:a6:fe&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s43-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;640000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:43:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:14:c3:83:9a:4b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s43&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;638000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:43:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b2:7f:66:f2:69:76&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s43-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;640000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.101Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.034790" elapsed="0.003616"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.038599" elapsed="0.002598"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.041408" elapsed="0.002700"/>
</kw>
<var name="${switch}">43</var>
<status status="PASS" start="2026-04-10T03:14:25.022521" elapsed="0.021629"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.058975" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A44 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A44 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.059692" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A44 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:44&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48316&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.059952" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.044413" elapsed="0.015567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.062731" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:44&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48316&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s44&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.082Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:44:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;16:e4:04:33:0a:f2&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s44-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;480000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:44:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ae:5d:62:73:06:40&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s44&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;471000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:44:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:25:22:a2:bf:04&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s44-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;480000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:44:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:9d:c4:8a:c7:d6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s44-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;480000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.119Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.060198" elapsed="0.003659"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.064053" elapsed="0.002605"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.066857" elapsed="0.002588"/>
</kw>
<var name="${switch}">44</var>
<status status="PASS" start="2026-04-10T03:14:25.044254" elapsed="0.025233"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.082472" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A45 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A45 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.083173" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A45 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:45&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47834&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.083458" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.069734" elapsed="0.013752"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.086493" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:45&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47834&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s45&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.804Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:45:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:a1:0c:46:a1:7c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s45-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;917000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:45:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:5a:8d:7f:26:ed&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s45-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;918000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:45:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:63:2e:8c:bc:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s45&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;910000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:45:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:5d:00:8f:df:8e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s45-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;918000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.966Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.083683" elapsed="0.003867"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.087749" elapsed="0.002782"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.090735" elapsed="0.002574"/>
</kw>
<var name="${switch}">45</var>
<status status="PASS" start="2026-04-10T03:14:25.069592" elapsed="0.023760"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.108903" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A46 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A46 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.109638" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A46 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:46&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47684&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.109925" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.093642" elapsed="0.016310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.113029" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:46&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47684&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s46&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.887Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:46:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:b3:6a:26:ae:a7&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s46-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;195000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:46:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:1f:75:00:3c:44&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s46&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;186000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:46:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1e:a5:eb:8c:71:62&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s46-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;195000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:46:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:3a:0d:86:63:f8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s46-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;195000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.925Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.110160" elapsed="0.004094"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.114461" elapsed="0.002715"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.117432" elapsed="0.003920"/>
</kw>
<var name="${switch}">46</var>
<status status="PASS" start="2026-04-10T03:14:25.093469" elapsed="0.027942"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.136161" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A47 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A47 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.137935" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A47 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:47&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48172&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.138682" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.121874" elapsed="0.016869"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.144690" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:47&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48172&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s47&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.468Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:47:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b6:b0:fa:d7:95:a4&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s47-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;25000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:47:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:68:81:07:a2:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s47&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;23000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:47:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:0e:3a:cb:18:c5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s47-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;26000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:47:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;66:22:48:41:f5:1d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s47-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;25000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.493Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.139192" elapsed="0.007033"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.146518" elapsed="0.003906"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.150697" elapsed="0.003544"/>
</kw>
<var name="${switch}">47</var>
<status status="PASS" start="2026-04-10T03:14:25.121665" elapsed="0.032632"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.168533" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A48 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A48 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.170136" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A48 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:48&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47690&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.170762" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.154631" elapsed="0.016192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.176685" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:48&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47690&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s48&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.326Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:48:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:53:35:f5:47:10&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s48-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;721000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:48:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:5c:7e:bd:6b:41&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s48&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;711000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:48:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f6:5b:39:4c:b4:c2&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s48-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;720000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:48:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3a:b5:69:93:2d:17&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s48-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;721000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.486Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.171264" elapsed="0.006523"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.177985" elapsed="0.002596"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.180779" elapsed="0.002549"/>
</kw>
<var name="${switch}">48</var>
<status status="PASS" start="2026-04-10T03:14:25.154405" elapsed="0.028965"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.199964" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A49 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A49 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.201660" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A49 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:49&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48236&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.202300" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.183619" elapsed="0.018763"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.207353" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:49&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48236&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s49&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.373Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:49:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;32:15:d0:bf:4f:40&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s49&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;852000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:49:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c6:93:ba:13:f0:2d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s49-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;864000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:49:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7a:e5:48:e5:51:68&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s49-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;864000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:49:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;62:c3:6e:03:91:fc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s49-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;864000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.409Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.202875" elapsed="0.006048"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.209203" elapsed="0.003658"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.213133" elapsed="0.003536"/>
</kw>
<var name="${switch}">49</var>
<status status="PASS" start="2026-04-10T03:14:25.183477" elapsed="0.033234"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.232322" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A50 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A50 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.233932" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A50 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:50&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48046&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.234542" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.216965" elapsed="0.017646"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.241744" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:50&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48046&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s50&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.292Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:50:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:2e:b4:18:70:5f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s50-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;983000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:50:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:e9:64:b4:64:e9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s50-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;983000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:50:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b6:dd:c0:83:09:cf&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s50-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;984000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:50:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ca:33:b8:86:99:4b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s50&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;975000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.322Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.235161" elapsed="0.008341"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.243843" elapsed="0.004184"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.248345" elapsed="0.003614"/>
</kw>
<var name="${switch}">50</var>
<status status="PASS" start="2026-04-10T03:14:25.216821" elapsed="0.035196"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.267748" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A51 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A51 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.269431" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A51 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:51&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47764&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.270036" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.252424" elapsed="0.017678"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.276906" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:51&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47764&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s51&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.810Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:51:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:6b:29:5d:1e:47&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s51&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;8000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:51:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:6c:41:e5:e3:3b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s51-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;18000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:51:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:f1:dc:dd:1c:f5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s51-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;19000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:51:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:c2:fb:c2:b7:c8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s51-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;19000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.966Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.270731" elapsed="0.007306"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.278241" elapsed="0.002848"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.281308" elapsed="0.002721"/>
</kw>
<var name="${switch}">51</var>
<status status="PASS" start="2026-04-10T03:14:25.252225" elapsed="0.031931"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.295691" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A52 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A52 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.297524" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A52 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:52&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47746&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.298197" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.284474" elapsed="0.013831"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.304507" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:52&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47746&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s52&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.016Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:52:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;32:8f:2a:90:c4:7d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s52-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;355000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:52:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:08:23:bd:ee:f9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s52-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;355000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:52:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:d5:66:fe:11:29&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s52-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;355000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:52:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:81:16:5d:a8:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s52&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;343000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.310Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.298771" elapsed="0.006845"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.305814" elapsed="0.002641"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.308656" elapsed="0.002579"/>
</kw>
<var name="${switch}">52</var>
<status status="PASS" start="2026-04-10T03:14:25.284285" elapsed="0.027006"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.325911" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A53 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A53 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.327807" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A53 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:53&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47590&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.328481" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.311571" elapsed="0.016973"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.333965" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:53&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47590&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s53&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.893Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:53:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:ed:60:4c:ed:c1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s53-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;343000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:53:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:c4:70:c5:a6:69&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s53-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;343000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:53:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;42:3e:df:ba:9d:dd&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s53-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;343000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:53:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:44:4a:1c:91:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s53&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;335000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.944Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.329003" elapsed="0.006458"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.335737" elapsed="0.004878"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.340894" elapsed="0.003579"/>
</kw>
<var name="${switch}">53</var>
<status status="PASS" start="2026-04-10T03:14:25.311420" elapsed="0.033095"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.353758" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A54 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A54 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.354768" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A54 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:54&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47728&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.355129" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.344771" elapsed="0.010396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.359366" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:54&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47728&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s54&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.243Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:54:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:70:cd:60:9a:4c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s54&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;378000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:54:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e2:50:ec:f6:96:68&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s54-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;396000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:54:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3a:9d:f9:e0:ba:00&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s54-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;401000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:54:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c2:4a:37:56:22:67&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s54-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;396000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.269Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.355461" elapsed="0.005637"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.361390" elapsed="0.003465"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.365050" elapsed="0.002563"/>
</kw>
<var name="${switch}">54</var>
<status status="PASS" start="2026-04-10T03:14:25.344625" elapsed="0.023030"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.376794" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A55 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A55 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.377813" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A55 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:55&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47944&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.378181" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.367908" elapsed="0.010311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.382342" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:55&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47944&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s55&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.971Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:55:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:8b:4a:25:f4:64&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s55-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;828000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:55:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:f1:c3:d8:a4:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s55&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;813000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:55:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2e:e0:a3:0f:75:1c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s55-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;828000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:55:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:44:d8:94:05:44&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s55-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;828000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.008Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.378524" elapsed="0.005288"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.384123" elapsed="0.003631"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.388044" elapsed="0.004124"/>
</kw>
<var name="${switch}">55</var>
<status status="PASS" start="2026-04-10T03:14:25.367763" elapsed="0.024467"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.402999" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A56 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A56 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.404737" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A56 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:56&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48380&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.405402" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.392591" elapsed="0.012878"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.412232" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:56&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48380&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s56&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.208Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:56:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:ea:5d:61:51:ec&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s56-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;541000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:56:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:08:8d:76:42:fa&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s56-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;541000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:56:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ae:6f:93:0e:05:43&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s56&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;486000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:56:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b2:1d:cb:7d:58:16&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s56-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;541000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.255Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.405970" elapsed="0.007418"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.413609" elapsed="0.002650"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.416474" elapsed="0.002842"/>
</kw>
<var name="${switch}">56</var>
<status status="PASS" start="2026-04-10T03:14:25.392425" elapsed="0.026935"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.436243" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A57 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A57 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.438114" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A57 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:57&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48080&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.438764" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.419617" elapsed="0.019214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.443476" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:57&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48080&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s57&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.800Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:57:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;de:c6:fd:10:aa:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s57&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;429000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:57:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;86:b2:93:8a:8e:aa&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s57-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;447000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:57:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8a:db:ed:4d:4a:2f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s57-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;447000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:57:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:0a:5d:2c:6a:91&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s57-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;448000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.834Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.439319" elapsed="0.005744"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.445367" elapsed="0.003741"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.449417" elapsed="0.003636"/>
</kw>
<var name="${switch}">57</var>
<status status="PASS" start="2026-04-10T03:14:25.419470" elapsed="0.033626"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.470126" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A58 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A58 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.471833" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A58 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:58&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47622&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.472456" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.453375" elapsed="0.019122"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.476716" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:58&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47622&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s58&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.293Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:58:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;32:10:f0:74:74:f4&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s58-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;740000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:58:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:cc:e3:40:d7:90&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s58-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;740000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:58:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;72:fd:da:f5:28:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s58&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;723000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:58:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:37:1a:21:1b:8b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s58-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;740000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.382Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.472861" elapsed="0.005353"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.478511" elapsed="0.003690"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.482501" elapsed="0.003272"/>
</kw>
<var name="${switch}">58</var>
<status status="PASS" start="2026-04-10T03:14:25.453208" elapsed="0.032608"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.498936" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A59 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A59 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.500070" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A59 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:59&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47698&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.500578" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.486359" elapsed="0.014282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.507350" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:59&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47698&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s59&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.878Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:59:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:54:01:a8:b4:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s59&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;221000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:59:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:ed:d5:cf:87:14&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s59-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;228000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:59:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ce:d0:f5:ea:46:ec&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s59-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;228000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:59:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:a6:8a:41:77:b5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s59-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;228000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.969Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.501117" elapsed="0.008839"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.510443" elapsed="0.003877"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.514538" elapsed="0.002725"/>
</kw>
<var name="${switch}">59</var>
<status status="PASS" start="2026-04-10T03:14:25.485925" elapsed="0.031398"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.531725" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A60 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A60 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.532796" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A60 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:60&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48318&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.533222" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.517584" elapsed="0.015680"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.537210" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:60&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48318&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s60&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.207Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:60:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:43:6d:76:60:8e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s60-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;600000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:60:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6e:7a:d0:c6:e1:01&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s60-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;599000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:60:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8a:47:62:73:65:a9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s60-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;600000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:60:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:78:3f:b8:ac:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s60&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;589000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.252Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.533575" elapsed="0.005159"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.539011" elapsed="0.003653"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.542938" elapsed="0.003111"/>
</kw>
<var name="${switch}">60</var>
<status status="PASS" start="2026-04-10T03:14:25.517438" elapsed="0.028653"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.555384" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A61 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A61 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.556410" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A61 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:61&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48346&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;7&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.556776" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.546358" elapsed="0.010456"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.560930" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:61&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48346&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;7&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s61&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.967Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:61:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:9a:90:e5:9e:13&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s61-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;326000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:61:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:0e:9b:6d:68:71&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s61-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;326000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:61:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:e2:3d:16:c5:fe&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s61-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;326000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:61:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;36:fb:ce:9b:c9:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s61&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;314000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.999Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.557099" elapsed="0.005308"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.562677" elapsed="0.003666"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.566614" elapsed="0.003699"/>
</kw>
<var name="${switch}">61</var>
<status status="PASS" start="2026-04-10T03:14:25.546199" elapsed="0.024172"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.579287" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A62 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A62 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.579991" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A62 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:62&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47574&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.580311" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.570715" elapsed="0.009629"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.587060" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:62&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47574&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s62&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.313Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:62:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:31:6c:d7:3c:41&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s62&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;793000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:62:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6a:af:b9:3d:22:ab&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s62-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;800000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:62:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;16:e4:7f:3a:27:99&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s62-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;800000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:62:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;46:26:06:e5:9c:2d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s62-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;800000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.389Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.580788" elapsed="0.008663"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.589884" elapsed="0.003978"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.594058" elapsed="0.002575"/>
</kw>
<var name="${switch}">62</var>
<status status="PASS" start="2026-04-10T03:14:25.570519" elapsed="0.026154"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.611983" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A63 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A63 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.613622" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A63 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:63&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48270&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.614783" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.596919" elapsed="0.017928"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.621146" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:63&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48270&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s63&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.550Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:63:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a6:59:bd:dd:d7:d0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s63-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;988000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:63:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:53:cb:fe:8a:6c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s63-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;987000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:63:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:9f:35:75:84:27&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s63-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;988000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:63:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c6:fb:e8:be:0f:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s63&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;969000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.572Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.615432" elapsed="0.007352"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.623057" elapsed="0.003727"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.627090" elapsed="0.003741"/>
</kw>
<var name="${switch}">63</var>
<status status="PASS" start="2026-04-10T03:14:25.596778" elapsed="0.034111"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.638669" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A64 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A64 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.639426" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A64 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:64&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48102&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.639689" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.631239" elapsed="0.008480"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.643773" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:64&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48102&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s64&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.661Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:64:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:0b:03:01:74:a1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s64-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;297000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:64:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f6:1b:64:d0:3b:0b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s64-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;297000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:64:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:92:c1:bb:0b:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s64&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;285000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:64:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f6:79:5a:5a:bd:88&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s64-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;297000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.720Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.639915" elapsed="0.005553"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.645744" elapsed="0.004935"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.651223" elapsed="0.003455"/>
</kw>
<var name="${switch}">64</var>
<status status="PASS" start="2026-04-10T03:14:25.631038" elapsed="0.023681"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.667843" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A65 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A65 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.668923" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A65 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:65&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48184&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.669338" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.654966" elapsed="0.014411"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.673264" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:65&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48184&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s65&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.548Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:65:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:59:a9:6a:01:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s65&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;107000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:65:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:26:10:1e:dd:7c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s65-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;109000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:65:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6e:6d:23:da:c2:f9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s65-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;109000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:65:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;72:c5:c3:58:d8:5d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s65-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;109000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.577Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.669660" elapsed="0.005107"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.675045" elapsed="0.003897"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.679220" elapsed="0.003637"/>
</kw>
<var name="${switch}">65</var>
<status status="PASS" start="2026-04-10T03:14:25.654825" elapsed="0.028090"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.691394" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A66 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A66 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.692111" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A66 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:66&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48292&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.692393" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.683263" elapsed="0.009157"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.695158" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:66&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48292&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s66&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.857Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:66:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:09:d2:b8:2b:cd&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s66-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;278000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:66:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a2:c7:63:a3:8d:4b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s66&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;262000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:66:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e6:f6:a7:06:64:f1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s66-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;278000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:66:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:a5:a6:04:72:36&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s66-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;278000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.889Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.692615" elapsed="0.003645"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.696528" elapsed="0.003657"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.700485" elapsed="0.003653"/>
</kw>
<var name="${switch}">66</var>
<status status="PASS" start="2026-04-10T03:14:25.683066" elapsed="0.021132"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.712144" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A67 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A67 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.713133" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A67 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:67&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48328&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.713563" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.704513" elapsed="0.009087"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.717638" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:67&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48328&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s67&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.035Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:67:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fe:70:78:88:65:98&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s67-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;401000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:67:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:16:43:88:82:f9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s67-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;400000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:67:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ca:e8:a7:fb:c8:4c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s67&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;393000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:67:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:1c:b7:7d:96:2d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s67-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;401000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.063Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.713874" elapsed="0.005281"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.719452" elapsed="0.003921"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.723651" elapsed="0.002871"/>
</kw>
<var name="${switch}">67</var>
<status status="PASS" start="2026-04-10T03:14:25.704369" elapsed="0.022202"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.735044" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A68 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A68 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.735766" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A68 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:68&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48186&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.736052" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.726830" elapsed="0.009253"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.739025" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:68&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48186&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s68&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.465Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:68:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3e:6d:d1:d1:2b:51&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s68-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;12000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:68:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:da:31:43:f1:e5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s68-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;18000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:68:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2e:29:1c:4c:a8:44&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s68&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;992000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:68:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;62:0e:a1:c7:c8:7b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s68-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;9&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;18000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;763&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.490Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.736319" elapsed="0.003762"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.740289" elapsed="0.003183"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.743699" elapsed="0.002678"/>
</kw>
<var name="${switch}">68</var>
<status status="PASS" start="2026-04-10T03:14:25.726687" elapsed="0.019739"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.757399" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A69 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A69 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.758437" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A69 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:69&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48104&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.758807" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.746686" elapsed="0.012159"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.762995" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:69&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48104&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s69&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.547Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:69:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:97:6b:94:99:d0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s69-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;150000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:69:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:f5:b4:47:59:9d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s69-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;9&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;150000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;763&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:69:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:31:fc:93:da:4d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s69&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;138000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:69:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c6:70:66:ce:6b:a1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s69-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;10&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;150000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;850&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.575Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.759131" elapsed="0.005529"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.764957" elapsed="0.003786"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.769024" elapsed="0.003676"/>
</kw>
<var name="${switch}">69</var>
<status status="PASS" start="2026-04-10T03:14:25.746542" elapsed="0.026206"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.780370" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A70 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A70 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.782259" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A70 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:70&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47878&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.782978" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.773007" elapsed="0.010039"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.789931" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:70&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47878&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s70&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.916Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:70:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:c6:da:60:11:b5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s70-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;30000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;693&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:70:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2e:18:bd:e4:3a:44&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s70&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;18000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:70:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b6:aa:3c:af:97:a3&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s70-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;29000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;606&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:70:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7a:36:f5:87:48:72&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s70-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;30000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.091Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.783562" elapsed="0.008869"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.792627" elapsed="0.002561"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.795396" elapsed="0.002544"/>
</kw>
<var name="${switch}">70</var>
<status status="PASS" start="2026-04-10T03:14:25.772861" elapsed="0.025120"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.810369" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A71 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A71 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.811356" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A71 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:71&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47798&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.811717" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.798230" elapsed="0.013525"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.815608" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:71&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47798&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s71&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.969Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:71:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:05:5f:ba:58:cc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s71-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;13000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;693&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:71:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b6:95:73:bb:4a:d9&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s71-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;13000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:71:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;de:0f:7d:d3:7b:13&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s71-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;9&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;13000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;763&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:71:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:ae:a6:ce:d8:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s71&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;5000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.007Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.812062" elapsed="0.005192"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.817554" elapsed="0.003789"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.821634" elapsed="0.003679"/>
</kw>
<var name="${switch}">71</var>
<status status="PASS" start="2026-04-10T03:14:25.798087" elapsed="0.027287"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.832950" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A72 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A72 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.833673" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A72 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:72&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47736&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.833941" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.825720" elapsed="0.008248"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.836765" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:72&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47736&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s72&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.425Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:72:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3e:28:fd:08:e4:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s72-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;593000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:72:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;b2:73:58:d4:68:27&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s72-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;593000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:72:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:0f:cc:33:04:3e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s72-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;593000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;606&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:72:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ca:37:d7:0c:3e:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s72&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;582000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.491Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.834169" elapsed="0.003696"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.838056" elapsed="0.002792"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.841141" elapsed="0.003614"/>
</kw>
<var name="${switch}">72</var>
<status status="PASS" start="2026-04-10T03:14:25.825525" elapsed="0.019287"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.855169" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A73 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A73 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.855880" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A73 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:73&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48362&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.856159" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.845168" elapsed="0.011018"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.859040" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:73&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48362&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s73&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.740Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:73:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;36:e2:98:68:18:2e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s73-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;78000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:73:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:c0:de:2c:33:7b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s73-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;78000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:73:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e2:ff:dd:e1:23:96&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s73-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;77000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:73:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2e:7d:ad:6c:f4:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s73&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;67000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.764Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.856397" elapsed="0.003754"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.860374" elapsed="0.003845"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.864522" elapsed="0.003693"/>
</kw>
<var name="${switch}">73</var>
<status status="PASS" start="2026-04-10T03:14:25.844959" elapsed="0.023334"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.878220" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A74 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A74 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.878961" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A74 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:74&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48052&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.879230" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.868651" elapsed="0.010607"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.884409" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:74&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48052&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s74&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.750Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:74:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;42:23:af:a8:f6:2b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s74-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;476000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:74:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:d3:2d:d1:03:29&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s74-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;476000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:74:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a6:07:73:06:79:d6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s74-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;476000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:74:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c2:15:9f:fd:05:40&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s74&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;468000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.841Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.879482" elapsed="0.007374"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.887321" elapsed="0.005545"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.893065" elapsed="0.002591"/>
</kw>
<var name="${switch}">74</var>
<status status="PASS" start="2026-04-10T03:14:25.868450" elapsed="0.027248"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.907511" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A75 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A75 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.909633" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A75 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:75&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48064&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.910361" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.895985" elapsed="0.014589"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.915624" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:75&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48064&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s75&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.626Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:75:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:21:58:19:65:6a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s75-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;292000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:75:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ee:a2:ac:57:e9:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s75-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;292000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:75:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:9b:d2:38:df:42&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s75&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;285000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:75:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;62:6a:17:7d:70:64&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s75-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;292000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.658Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.911073" elapsed="0.006184"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.917552" elapsed="0.004158"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.921990" elapsed="0.003556"/>
</kw>
<var name="${switch}">75</var>
<status status="PASS" start="2026-04-10T03:14:25.895808" elapsed="0.029781"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.933621" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A76 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A76 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.934837" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A76 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:76&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48304&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.935213" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.925848" elapsed="0.009404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.939295" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:76&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48304&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s76&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.623Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:76:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e6:67:7a:31:c6:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s76&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;36000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:76:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:1d:31:52:36:a0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s76-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;47000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:76:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:79:8e:a0:2e:14&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s76-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;47000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:76:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c6:fe:6c:ed:a7:c4&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s76-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;48000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.697Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.935556" elapsed="0.005318"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.941156" elapsed="0.003611"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.944978" elapsed="0.002581"/>
</kw>
<var name="${switch}">76</var>
<status status="PASS" start="2026-04-10T03:14:25.925701" elapsed="0.021901"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.960794" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A77 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A77 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.962546" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A77 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:77&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48342&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.963131" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.947857" elapsed="0.015335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.967639" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:77&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48342&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s77&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.879Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:77:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:64:e1:56:e8:d5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s77-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;299000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:77:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ae:2e:29:c3:08:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s77&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;291000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:77:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;5a:82:0d:17:e6:d0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s77-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;299000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:77:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;52:38:b7:33:81:f2&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s77-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;299000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.967Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.963679" elapsed="0.005486"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.969460" elapsed="0.004134"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.973870" elapsed="0.003284"/>
</kw>
<var name="${switch}">77</var>
<status status="PASS" start="2026-04-10T03:14:25.947712" elapsed="0.029484"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:25.989058" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A78 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A78 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:25.990745" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A78 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:78&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47626&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:25.991358" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:25.977465" elapsed="0.013957"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:25.997343" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:78&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47626&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s78&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.075Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:78:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:95:26:3c:d5:b8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s78-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;528000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:78:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:a7:21:7d:af:c1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s78-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;528000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:78:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:5f:7f:de:4b:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s78&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;517000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:78:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a6:a7:e3:1a:51:ba&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s78-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;528000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.190Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:25.991868" elapsed="0.006965"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:25.999103" elapsed="0.003626"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.003002" elapsed="0.003576"/>
</kw>
<var name="${switch}">78</var>
<status status="PASS" start="2026-04-10T03:14:25.977320" elapsed="0.029316"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.035555" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A79 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A79 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.036725" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A79 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:79&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48040&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.037340" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.006983" elapsed="0.030425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.043898" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:79&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48040&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s79&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.618Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:79:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:ff:02:ee:68:ef&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s79-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;306000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:79:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;be:36:a7:31:ac:c1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s79-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;306000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:79:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7e:53:ff:45:1c:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s79&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;298000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:79:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;be:25:a7:e7:9d:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s79-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;306000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.639Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.037857" elapsed="0.007389"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.045451" elapsed="0.002585"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.048230" elapsed="0.002547"/>
</kw>
<var name="${switch}">79</var>
<status status="PASS" start="2026-04-10T03:14:26.006784" elapsed="0.044034"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.059136" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A80 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A80 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.059852" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A80 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:80&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48194&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.060137" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.051068" elapsed="0.009097"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.062884" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:80&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48194&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s80&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.862Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:80:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:50:8c:a6:cd:04&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s80-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;419000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:80:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:82:21:56:76:42&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s80&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;408000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:80:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:3f:3d:78:fd:bf&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s80-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;420000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:80:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3a:0f:00:62:84:90&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s80-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;418000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.919Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.060376" elapsed="0.003652"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.064223" elapsed="0.003561"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.068093" elapsed="0.003604"/>
</kw>
<var name="${switch}">80</var>
<status status="PASS" start="2026-04-10T03:14:26.050926" elapsed="0.020828"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.078907" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A81 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A81 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.079621" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A81 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:81&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47898&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.079883" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.072130" elapsed="0.007781"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.083603" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:81&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47898&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;5&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s81&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.356Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:81:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:a7:5a:a8:a6:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s81&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;265000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:81:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;36:23:fd:e8:72:b8&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s81-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;275000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:81:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;12:3a:6b:fc:56:36&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s81-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;275000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:81:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:7e:2a:ff:af:7f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s81-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;275000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.387Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.080143" elapsed="0.004967"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.085406" elapsed="0.003637"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.089340" elapsed="0.003448"/>
</kw>
<var name="${switch}">81</var>
<status status="PASS" start="2026-04-10T03:14:26.071899" elapsed="0.020931"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.104996" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A82 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A82 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.106016" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A82 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:82&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48206&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.106428" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.093098" elapsed="0.013369"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.110342" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:82&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48206&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;8&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s82&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:22.244Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:82:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:71:fd:d4:6b:39&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s82-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;749000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:82:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ba:39:49:7d:a1:4c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s82-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;749000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:82:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;a2:49:2e:3c:8f:d0&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s82-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;749000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:82:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8a:d8:0c:0a:64:49&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s82&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;741000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:22.266Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.106755" elapsed="0.005076"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.112117" elapsed="0.003610"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.116035" elapsed="0.003557"/>
</kw>
<var name="${switch}">82</var>
<status status="PASS" start="2026-04-10T03:14:26.092946" elapsed="0.026703"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.126703" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A83 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A83 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.128370" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A83 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:83&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47828&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.128954" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.120042" elapsed="0.008975"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.135414" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:83&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47828&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s83&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.150Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:83:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;36:6d:59:36:db:5c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s83-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;142000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:83:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;be:18:c4:b8:60:b1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s83-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;142000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:83:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;02:f7:4e:10:da:91&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s83-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;142000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:83:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4a:d9:ac:3a:1e:45&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s83&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;133000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.168Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.129509" elapsed="0.007557"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.137259" elapsed="0.002558"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.140046" elapsed="0.002600"/>
</kw>
<var name="${switch}">83</var>
<status status="PASS" start="2026-04-10T03:14:26.119800" elapsed="0.022887"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.149377" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A84 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A84 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.150074" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A84 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:84&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47650&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.150353" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.142931" elapsed="0.007456"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.153145" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:84&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47650&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s84&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.794Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:84:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:92:86:c2:bd:db&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s84-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;180000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:84:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:d8:70:f4:60:3d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s84-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;180000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:84:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;62:f5:88:54:fb:6f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s84-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;180000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:84:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:ae:7f:94:81:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s84&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;161000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.864Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.150613" elapsed="0.003600"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.154419" elapsed="0.002841"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.157554" elapsed="0.003557"/>
</kw>
<var name="${switch}">84</var>
<status status="PASS" start="2026-04-10T03:14:26.142791" elapsed="0.018378"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.168987" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A85 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A85 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.169975" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A85 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:85&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47982&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.170355" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.161528" elapsed="0.008866"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.174574" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:85&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47982&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s85&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.970Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:85:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e6:91:d7:58:95:1f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s85-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;834000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:85:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;32:ea:0b:5a:c0:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s85&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;822000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:85:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;16:f8:53:9e:bc:f1&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s85-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;834000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:85:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7a:ef:ce:94:55:ac&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s85-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;834000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.097Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.170681" elapsed="0.005413"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.176380" elapsed="0.002591"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.179164" elapsed="0.002564"/>
</kw>
<var name="${switch}">85</var>
<status status="PASS" start="2026-04-10T03:14:26.161334" elapsed="0.020435"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.193094" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A86 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A86 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.194093" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A86 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:86&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47788&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.194480" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.182013" elapsed="0.012505"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.198387" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:86&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47788&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;4&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s86&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:19.455Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:86:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9a:c9:3b:c2:b4:41&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s86&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;510000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:86:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:a0:0a:22:06:07&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s86-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;521000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:86:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:be:b4:bd:44:60&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s86-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;521000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:86:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:cd:b8:25:8b:18&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s86-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;522000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.507Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.194791" elapsed="0.005112"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.200233" elapsed="0.003656"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.204192" elapsed="0.003605"/>
</kw>
<var name="${switch}">86</var>
<status status="PASS" start="2026-04-10T03:14:26.181872" elapsed="0.025983"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.215226" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A87 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A87 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.215968" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A87 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:87&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48002&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.216226" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.208256" elapsed="0.007997"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.219000" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:87&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48002&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s87&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.737Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:87:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:0e:62:9d:b5:4c&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s87&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;545000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:87:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;26:bf:27:52:c1:86&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s87-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;557000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:87:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:1d:5c:8f:66:fa&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s87-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;557000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:87:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0e:92:f2:20:f8:d5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s87-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;555000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.837Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.216471" elapsed="0.003648"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.220339" elapsed="0.003786"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.224417" elapsed="0.004011"/>
</kw>
<var name="${switch}">87</var>
<status status="PASS" start="2026-04-10T03:14:26.208057" elapsed="0.020440"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.239787" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A88 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A88 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.241418" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A88 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:88&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47722&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.241990" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.228785" elapsed="0.013265"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.248318" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:88&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47722&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;1&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s88&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.785Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:88:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:b0:8b:02:f3:fe&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s88-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;50000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:88:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ea:f5:0b:b7:5b:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s88&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;972000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:88:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ae:30:b3:68:79:f5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s88-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;42000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:88:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:80:62:43:89:85&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s88-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;53000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.841Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.242515" elapsed="0.007007"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.249714" elapsed="0.002597"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.252506" elapsed="0.002629"/>
</kw>
<var name="${switch}">88</var>
<status status="PASS" start="2026-04-10T03:14:26.228626" elapsed="0.026550"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.268005" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A89 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A89 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.269678" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A89 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:89&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48010&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;7&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.270501" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.255439" elapsed="0.015134"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.276791" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:89&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48010&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;7&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s89&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.355Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:89:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2a:20:a2:e3:5f:00&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s89-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;99000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:89:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;2e:fa:20:c7:5e:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s89&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;90000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:89:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7a:4b:69:fb:ec:de&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s89-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;99000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:89:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;9e:8f:cd:85:86:50&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s89-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;99000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.384Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.271138" elapsed="0.006713"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.278042" elapsed="0.002622"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.280856" elapsed="0.002573"/>
</kw>
<var name="${switch}">89</var>
<status status="PASS" start="2026-04-10T03:14:26.255296" elapsed="0.028174"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.295962" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A90 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A90 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.296679" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A90 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:90&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48156&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.296937" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.283713" elapsed="0.013250"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.299692" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:90&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48156&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s90&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.081Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:90:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;da:29:5a:88:0d:bd&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s90-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;655000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:90:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;16:ec:40:6d:ff:4b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s90&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;652000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:90:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:4a:70:fa:06:11&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s90-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;655000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:90:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:f5:ab:54:cc:72&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s90-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;655000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.117Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.297162" elapsed="0.003625"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.300980" elapsed="0.002555"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.303729" elapsed="0.002536"/>
</kw>
<var name="${switch}">90</var>
<status status="PASS" start="2026-04-10T03:14:26.283574" elapsed="0.022746"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.317754" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A91 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A91 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.318474" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A91 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:91&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48228&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.318734" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.306567" elapsed="0.012194"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.322205" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:91&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48228&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s91&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.546Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:91:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:09:d4:56:1b:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s91&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;18000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:91:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ee:da:83:5d:ca:2a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s91-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;29000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:91:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;7a:da:a7:0c:12:11&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s91-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;29000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:91:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;4e:d7:d5:c5:18:6e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s91-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;29000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.563Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.318967" elapsed="0.004321"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.323481" elapsed="0.002571"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.326243" elapsed="0.002579"/>
</kw>
<var name="${switch}">91</var>
<status status="PASS" start="2026-04-10T03:14:26.306429" elapsed="0.022433"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.339509" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A92 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A92 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.340222" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A92 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:92&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48282&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.340526" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.329104" elapsed="0.011455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.343251" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:92&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48282&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s92&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.293Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:92:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3e:ad:35:3a:72:ec&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s92-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;712000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:92:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;06:b7:76:9f:d3:06&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s92-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;712000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:92:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:50:e5:70:bd:ff&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s92-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;712000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:92:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;96:70:aa:b2:91:42&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s92&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;704000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.313Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.340753" elapsed="0.003589"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.344537" elapsed="0.002553"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.347298" elapsed="0.002559"/>
</kw>
<var name="${switch}">92</var>
<status status="PASS" start="2026-04-10T03:14:26.328964" elapsed="0.020933"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.364257" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A93 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A93 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.365707" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A93 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:93&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48020&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.366302" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.350138" elapsed="0.016227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.370973" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:93&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48020&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;9&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s93&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.354Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:93:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ce:72:e0:48:aa:85&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s93-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;84000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:93:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:5f:9e:69:92:7f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s93-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;84000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:93:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;aa:3f:10:ed:4d:29&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s93-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;84000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:93:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e2:d3:0b:b7:0e:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s93&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;5&lt;/second&gt;&lt;nanosecond&gt;68000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.380Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.366796" elapsed="0.005706"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.372771" elapsed="0.003642"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.376626" elapsed="0.002568"/>
</kw>
<var name="${switch}">93</var>
<status status="PASS" start="2026-04-10T03:14:26.350000" elapsed="0.029235"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.390697" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A94 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A94 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.391703" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A94 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:94&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47734&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.392100" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.379500" elapsed="0.012638"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.395999" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:94&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47734&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s94&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.975Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:94:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;12:7e:aa:6f:fa:01&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s94-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;201000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:94:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;22:f4:7d:b7:b2:e6&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s94-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;201000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:94:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:14:82:47:c2:4d&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s94-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;201000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:94:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;76:a2:8a:03:94:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s94&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;194000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:19.093Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.392455" elapsed="0.005060"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.397785" elapsed="0.003691"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.401746" elapsed="0.003619"/>
</kw>
<var name="${switch}">94</var>
<status status="PASS" start="2026-04-10T03:14:26.379354" elapsed="0.026068"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.418009" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A95 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A95 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.419840" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A95 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:95&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47550&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.420573" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.405767" elapsed="0.014867"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.426952" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:95&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47550&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s95&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.596Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:95:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;f2:cb:cd:0a:c1:a2&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s95-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;129000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:95:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:1b:41:76:a4:cc&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s95-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;128000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:95:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;82:36:02:2d:80:42&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s95&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;99000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:95:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;8e:3e:6a:08:6c:d5&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s95-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;129000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.655Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.421123" elapsed="0.007727"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.429043" elapsed="0.002704"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.431962" elapsed="0.002536"/>
</kw>
<var name="${switch}">95</var>
<status status="PASS" start="2026-04-10T03:14:26.405570" elapsed="0.028969"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.446746" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A96 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A96 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.448411" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A96 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:96&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47800&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.448986" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.434817" elapsed="0.014230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.455307" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:96&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47800&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;2&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s96&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.303Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:96:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;52:2b:21:1a:2b:4e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s96-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;407000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:96:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;3a:52:e2:6d:be:4a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s96&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;395000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:96:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1e:48:26:a4:54:de&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s96-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;406000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:96:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6e:f3:2f:af:77:39&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s96-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;406000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;603&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.409Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.449513" elapsed="0.007529"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.457234" elapsed="0.002593"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.460039" elapsed="0.002556"/>
</kw>
<var name="${switch}">96</var>
<status status="PASS" start="2026-04-10T03:14:26.434665" elapsed="0.027972"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.477344" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A97 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A97 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.478917" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A97 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:97&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47814&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.479515" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.462881" elapsed="0.016695"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.485666" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:97&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47814&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s97&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:18.016Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:97:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;e6:47:53:f0:e9:46&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s97&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;241000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:97:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;ae:62:dd:d7:a4:e2&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s97-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;252000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:97:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;42:e8:55:2c:da:9e&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s97-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;252000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:97:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;56:1e:12:d4:0e:48&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s97-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;7&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;253000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;603&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:18.336Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.480063" elapsed="0.007155"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.487511" elapsed="0.003640"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.491442" elapsed="0.003615"/>
</kw>
<var name="${switch}">97</var>
<status status="PASS" start="2026-04-10T03:14:26.462741" elapsed="0.032374"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.503839" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A98 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A98 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.504581" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A98 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:98&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48396&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.504839" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.495489" elapsed="0.009377"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.507572" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:98&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48396&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;6&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s98&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:21.169Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:98:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;fa:f2:f5:fb:65:4f&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s98&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;393000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:98:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;c2:89:fc:52:09:8a&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s98-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;405000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:98:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;1a:3d:68:53:55:6b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s98-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;9&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;406000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;760&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:98:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;d6:56:a2:91:3d:80&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s98-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;406000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:21.188Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.505064" elapsed="0.003753"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.509084" elapsed="0.003654"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.513010" elapsed="0.003625"/>
</kw>
<var name="${switch}">98</var>
<status status="PASS" start="2026-04-10T03:14:26.495263" elapsed="0.021414"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.532171" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A99 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A99 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.533785" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A99 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:99&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47892&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.534394" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.516924" elapsed="0.017532"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.540594" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:99&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;47892&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s99&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.545Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:99:3&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;3&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;72:3b:21:b6:13:89&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s99-eth3&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;484000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:99:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;52:8d:51:d8:3d:44&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s99&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;473000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:99:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;aa:c4:b0:b2:4f:9b&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s99-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;484000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:99:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;6e:bc:6b:3c:21:92&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s99-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;6&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;485000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;673&lt;/transmitted&gt;&lt;received&gt;516&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.568Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.534896" elapsed="0.007304"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.542521" elapsed="0.003771"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.546591" elapsed="0.003624"/>
</kw>
<var name="${switch}">99</var>
<status status="PASS" start="2026-04-10T03:14:26.516783" elapsed="0.033507"/>
</iter>
<iter>
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.560705" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A100 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A100 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.564022" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A100 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:100&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48094&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;tabl... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:26.564629" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}/node=openflow%3A${switch}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.550636" elapsed="0.014055"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.570870" level="INFO">&lt;node xmlns="urn:opendaylight:inventory"&gt;&lt;id&gt;openflow:100&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;48094&lt;/port-number&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;62&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;28&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;2&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;224&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;181&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;147&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;106&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;61&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;27&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;1&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;223&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;182&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;148&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;105&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;60&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;30&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;0&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;3&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;226&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;179&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;149&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;104&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;59&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;29&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;225&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;180&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;150&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;103&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;66&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;32&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;220&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;185&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;151&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;102&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;65&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;31&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;253&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;219&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;186&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;152&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;101&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;64&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;34&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;252&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;222&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;183&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;153&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;100&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;63&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;33&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;251&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;221&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;184&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;154&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;99&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;54&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;20&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;250&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;216&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;189&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;155&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;129&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;114&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;53&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;19&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;249&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;215&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;190&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;156&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;130&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;113&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;52&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;22&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;248&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;218&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;187&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;157&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;112&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;51&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;21&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;247&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;217&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;188&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;158&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;128&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;111&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;58&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;24&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;246&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;212&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;193&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;159&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;110&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;57&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;23&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;245&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;211&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;194&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;160&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;109&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;56&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;26&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;244&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;214&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;191&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;161&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;108&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;55&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;25&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;243&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;213&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;192&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;162&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;107&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;77&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;43&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;17&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;239&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;198&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;164&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;138&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;119&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;89&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;78&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;44&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;18&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;240&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;197&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;163&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;137&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;120&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;90&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;75&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;45&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;15&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;241&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;196&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;166&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;136&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;121&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;87&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;76&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;46&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;16&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;242&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;195&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;165&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;135&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;122&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;88&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;81&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;47&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;13&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;235&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;202&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;168&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;134&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;115&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;85&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;82&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;48&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;14&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;236&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;201&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;167&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;133&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;116&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;86&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;79&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;49&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;11&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;237&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;200&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;170&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;132&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;117&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;83&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;80&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;50&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;12&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;238&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;199&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;169&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;131&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;118&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;84&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;69&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;35&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;9&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;231&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;206&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;172&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;146&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;127&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;97&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;70&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;36&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;10&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;232&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;205&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;171&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;145&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;98&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;67&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;37&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;7&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;233&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;204&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;174&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;144&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;95&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;68&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;38&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;8&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;234&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;203&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;173&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;143&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;96&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;73&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;39&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;5&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;227&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;210&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;176&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;142&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;123&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;93&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;74&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;40&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;6&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;228&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;209&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;175&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;141&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;124&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;94&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;71&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;41&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;3&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;229&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;208&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;178&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;140&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;125&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;91&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;72&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;42&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;4&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;230&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;207&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;177&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;139&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;126&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;table xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;92&lt;/id&gt;&lt;flow-table-statistics xmlns="urn:opendaylight:flow:table:statistics"&gt;&lt;packets-looked-up&gt;0&lt;/packets-looked-up&gt;&lt;active-flows&gt;0&lt;/active-flows&gt;&lt;packets-matched&gt;0&lt;/packets-matched&gt;&lt;/flow-table-statistics&gt;&lt;/table&gt;&lt;group-features xmlns="urn:opendaylight:group:statistics"&gt;&lt;max-groups&gt;4294967040&lt;/max-groups&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-all&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-ff&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-select&lt;/group-types-supported&gt;&lt;group-types-supported xmlns:x="urn:opendaylight:group:types"&gt;x:group-indirect&lt;/group-types-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:chaining&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-weight&lt;/group-capabilities-supported&gt;&lt;group-capabilities-supported xmlns:x="urn:opendaylight:group:types"&gt;x:select-liveness&lt;/group-capabilities-supported&gt;&lt;actions&gt;67076097&lt;/actions&gt;&lt;/group-features&gt;&lt;manufacturer xmlns="urn:opendaylight:flow:inventory"&gt;Nicira, Inc.&lt;/manufacturer&gt;&lt;description xmlns="urn:opendaylight:flow:inventory"&gt;s100&lt;/description&gt;&lt;hardware xmlns="urn:opendaylight:flow:inventory"&gt;Open vSwitch&lt;/hardware&gt;&lt;switch-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;max_tables&gt;254&lt;/max_tables&gt;&lt;capabilities&gt;flow-feature-capability-table-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-group-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-queue-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-flow-stats&lt;/capabilities&gt;&lt;capabilities&gt;flow-feature-capability-port-stats&lt;/capabilities&gt;&lt;max_buffers&gt;0&lt;/max_buffers&gt;&lt;/switch-features&gt;&lt;snapshot-gathering-status-start xmlns="urn:opendaylight:flow:inventory"&gt;&lt;begin&gt;2026-04-10T03:14:20.618Z&lt;/begin&gt;&lt;/snapshot-gathering-status-start&gt;&lt;software xmlns="urn:opendaylight:flow:inventory"&gt;2.17.11&lt;/software&gt;&lt;node-connector&gt;&lt;id&gt;openflow:100:LOCAL&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;4294967294&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;5e:af:8c:bf:7a:49&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s100&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;false&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;true&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;PORT-DOWN&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;239000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;0&lt;/transmitted&gt;&lt;received&gt;0&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:100:1&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;1&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;52:ad:f7:20:59:30&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s100-eth1&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;7&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;252000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;675&lt;/transmitted&gt;&lt;received&gt;586&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;node-connector&gt;&lt;id&gt;openflow:100:2&lt;/id&gt;&lt;port-number xmlns="urn:opendaylight:flow:inventory"&gt;2&lt;/port-number&gt;&lt;hardware-address xmlns="urn:opendaylight:flow:inventory"&gt;0a:cb:d8:e1:f3:91&lt;/hardware-address&gt;&lt;peer-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/peer-features&gt;&lt;name xmlns="urn:opendaylight:flow:inventory"&gt;s100-eth2&lt;/name&gt;&lt;current-feature xmlns="urn:opendaylight:flow:inventory"&gt;ten-gb-fd copper&lt;/current-feature&gt;&lt;supported xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/supported&gt;&lt;advertised-features xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/advertised-features&gt;&lt;current-speed xmlns="urn:opendaylight:flow:inventory"&gt;10000000&lt;/current-speed&gt;&lt;state xmlns="urn:opendaylight:flow:inventory"&gt;&lt;live&gt;true&lt;/live&gt;&lt;blocked&gt;false&lt;/blocked&gt;&lt;link-down&gt;false&lt;/link-down&gt;&lt;/state&gt;&lt;maximum-speed xmlns="urn:opendaylight:flow:inventory"&gt;0&lt;/maximum-speed&gt;&lt;configuration xmlns="urn:opendaylight:flow:inventory"&gt;&lt;/configuration&gt;&lt;flow-capable-node-connector-statistics xmlns="urn:opendaylight:port:statistics"&gt;&lt;receive-drops&gt;0&lt;/receive-drops&gt;&lt;transmit-drops&gt;0&lt;/transmit-drops&gt;&lt;receive-frame-error&gt;0&lt;/receive-frame-error&gt;&lt;collision-count&gt;0&lt;/collision-count&gt;&lt;packets&gt;&lt;transmitted&gt;8&lt;/transmitted&gt;&lt;received&gt;8&lt;/received&gt;&lt;/packets&gt;&lt;receive-over-run-error&gt;0&lt;/receive-over-run-error&gt;&lt;receive-errors&gt;0&lt;/receive-errors&gt;&lt;transmit-errors&gt;0&lt;/transmit-errors&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;252000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;bytes&gt;&lt;transmitted&gt;675&lt;/transmitted&gt;&lt;received&gt;673&lt;/received&gt;&lt;/bytes&gt;&lt;receive-crc-error&gt;0&lt;/receive-crc-error&gt;&lt;/flow-capable-node-connector-statistics&gt;&lt;/node-connector&gt;&lt;ip-address xmlns="urn:opendaylight:flow:inventory"&gt;10.30.170.93&lt;/ip-address&gt;&lt;serial-number xmlns="urn:opendaylight:flow:inventory"&gt;None&lt;/serial-number&gt;&lt;snapshot-gathering-status-end xmlns="urn:opendaylight:flow:inventory"&gt;&lt;succeeded&gt;true&lt;/succeeded&gt;&lt;end&gt;2026-04-10T03:14:20.657Z&lt;/end&gt;&lt;/snapshot-gathering-status-end&gt;&lt;/node&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.565121" elapsed="0.007733"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-capable-node-connector-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.573067" elapsed="0.002625"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>flow-table-statistics</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-04-10T03:14:26.575903" elapsed="0.002532"/>
</kw>
<var name="${switch}">100</var>
<status status="PASS" start="2026-04-10T03:14:26.550440" elapsed="0.028035"/>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="PASS" start="2026-04-10T03:14:23.655225" elapsed="2.923284"/>
</for>
<arg>${switches}</arg>
<doc>Check all switches and stats in operational inventory</doc>
<status status="PASS" start="2026-04-10T03:14:23.654522" elapsed="2.924062"/>
</kw>
<arg>${switches*2}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Switches In Inventory</arg>
<arg>${switches}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-10T03:14:19.697254" elapsed="6.881384"/>
</kw>
<msg time="2026-04-10T03:14:26.578744" level="INFO">${status} = PASS</msg>
<msg time="2026-04-10T03:14:26.578788" level="INFO">${result} = None</msg>
<var>${status}</var>
<var>${result}</var>
<arg>Wait Until Keyword Succeeds</arg>
<arg>${switches*2}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Switches In Inventory</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:19.696829" elapsed="6.881982"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking switch</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.579046" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.578914" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.578888" elapsed="0.000236"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Add table miss flows</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:14:26.579323" elapsed="0.000258"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Add Table Miss Flows" owner="FlowLib">
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.581071" level="INFO">${switches} = 100</msg>
<var>${switches}</var>
<arg>${switches}</arg>
<doc>Converts the given item to an integer number.</doc>
<status status="PASS" start="2026-04-10T03:14:26.580763" elapsed="0.000335"/>
</kw>
<kw name="Get File" owner="OperatingSystem">
<msg time="2026-04-10T03:14:26.581392" level="INFO" html="true">Getting file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/test/csit/variables/openflowplugin/table_miss_flow.json"&gt;/w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/test/csit/variables/openflowplugin/table_miss_flow.json&lt;/a&gt;'.</msg>
<msg time="2026-04-10T03:14:26.581600" level="INFO">${data} = {
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
  ...</msg>
<var>${data}</var>
<arg>/w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/test/csit/libraries/../variables/openflowplugin/table_miss_flow.json</arg>
<doc>Returns the contents of a specified file.</doc>
<status status="PASS" start="2026-04-10T03:14:26.581255" elapsed="0.000372"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.589400" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.589136" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.589839" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.589601" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.590303" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.590044" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.590748" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.590508" elapsed="0.000284"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.591640" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.591421" elapsed="0.000246"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.592010" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.591822" elapsed="0.000214"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.592220" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.592972" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.592723" elapsed="0.000293"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.593060" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:26.593225" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.590996" elapsed="0.002254"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.639586" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.639838" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.640148" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.595325" elapsed="0.044883"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.593359" elapsed="0.046991"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.640808" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.640412" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.593339" elapsed="0.047666"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.649047" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.643393" elapsed="0.005750"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.642752" elapsed="0.006469"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.642711" elapsed="0.006595"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.653592" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.649936" elapsed="0.003702"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.649437" elapsed="0.004236"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.649400" elapsed="0.004297"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.659581" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.653891" elapsed="0.005720"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.659962" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.659685" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.660545" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.660223" elapsed="0.000349"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.660044" elapsed="0.000564"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.659667" elapsed="0.000961"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.661172" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.660802" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.661533" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.661283" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.662079" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.661787" elapsed="0.000318"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.661613" elapsed="0.000527"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.661250" elapsed="0.000910"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.662332" elapsed="0.000348"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.663386" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.662845" elapsed="0.000570"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.663574" elapsed="0.002180"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.641903" elapsed="0.023914"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.665995" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.665884" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.665866" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.668578" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.666209" elapsed="0.002396"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.668653" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:26.668814" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.586507" elapsed="0.082331"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.668898" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.584058" elapsed="0.085002"/>
</kw>
<var name="${switch}">1</var>
<status status="PASS" start="2026-04-10T03:14:26.583828" elapsed="0.085273"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.674659" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.674391" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.675100" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.674863" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.675565" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.675320" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.676089" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.675759" elapsed="0.000375"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.676999" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.676805" elapsed="0.000220"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.677364" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.677177" elapsed="0.000212"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.677544" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.678132" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.677889" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.678217" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:26.678386" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.676358" elapsed="0.002053"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.688711" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.688766" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.688859" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.680636" elapsed="0.008255"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.678482" elapsed="0.010456"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.689121" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.688963" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.678464" elapsed="0.010744"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.692401" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.690162" elapsed="0.002314"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.689935" elapsed="0.002620"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.689917" elapsed="0.002690"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.698223" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.693223" elapsed="0.005208"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.692730" elapsed="0.005780"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.692694" elapsed="0.005869"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.699899" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.698954" elapsed="0.001013"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.700605" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.700128" elapsed="0.000534"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.701160" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.700862" elapsed="0.000325"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.700686" elapsed="0.000536"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.700087" elapsed="0.001156"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.701809" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.701430" elapsed="0.000406"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.702154" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.701906" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.702749" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.702442" elapsed="0.000334"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.702237" elapsed="0.000579"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.701889" elapsed="0.000949"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.702991" elapsed="0.000365"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.703816" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.703523" elapsed="0.000341"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.704023" elapsed="0.002139"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.689584" elapsed="0.016640"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.706418" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.706308" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.706288" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.708842" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.706634" elapsed="0.002235"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.708919" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:26.709075" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.671827" elapsed="0.037273"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.709160" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.669413" elapsed="0.039882"/>
</kw>
<var name="${switch}">2</var>
<status status="PASS" start="2026-04-10T03:14:26.669193" elapsed="0.040144"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.714916" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.714661" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.715398" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.715123" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.715931" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.715655" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.716402" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.716139" elapsed="0.000313"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.717282" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.717074" elapsed="0.000237"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.717636" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.717466" elapsed="0.000196"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.717811" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.718418" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.718155" elapsed="0.000309"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.718508" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:26.718664" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.716655" elapsed="0.002033"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.731449" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.731572" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.731767" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.720743" elapsed="0.011083"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.718760" elapsed="0.013200"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.732392" elapsed="0.000057"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.732014" elapsed="0.000551"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.718742" elapsed="0.013871"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.740306" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.735085" elapsed="0.005328"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.734543" elapsed="0.005943"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.734492" elapsed="0.006023"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.742942" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.740808" elapsed="0.002179"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.740579" elapsed="0.002442"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.740562" elapsed="0.002483"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.743612" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.743222" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.743983" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.743709" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.744548" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.744237" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.744064" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.743691" elapsed="0.000939"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.745162" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.744802" elapsed="0.000386"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.745577" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.745318" elapsed="0.000317"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.746123" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.745831" elapsed="0.000318"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.745657" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.745298" elapsed="0.000908"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.746373" elapsed="0.000341"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.747172" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.746894" elapsed="0.000304"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.747371" elapsed="0.002308"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.733550" elapsed="0.016192"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.749913" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.749808" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.749790" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.752358" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.750124" elapsed="0.002263"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.752448" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:26.752708" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.712083" elapsed="0.040656"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.752800" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.709622" elapsed="0.043299"/>
</kw>
<var name="${switch}">3</var>
<status status="PASS" start="2026-04-10T03:14:26.709423" elapsed="0.043537"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.758357" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.758094" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.758795" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.758558" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.759236" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.758997" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.759684" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.759448" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.760569" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.760383" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.760916" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.760749" elapsed="0.000192"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.761090" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.761695" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.761451" elapsed="0.000287"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.761781" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:26.761933" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.759962" elapsed="0.002035"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.774129" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.774249" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.774546" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.764055" elapsed="0.010537"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.762072" elapsed="0.012610"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.775073" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.774731" elapsed="0.000447"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.762053" elapsed="0.013157"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.780623" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.776902" elapsed="0.003787"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.776550" elapsed="0.004193"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.776518" elapsed="0.004260"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.784628" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.781258" elapsed="0.003420"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.780924" elapsed="0.003791"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.780898" elapsed="0.003844"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.785426" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.784961" elapsed="0.000494"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.785805" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.785530" elapsed="0.000337"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.786448" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.786119" elapsed="0.000358"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.785892" elapsed="0.000622"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.785511" elapsed="0.001025"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.787094" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.786713" elapsed="0.000409"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.787502" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.787195" elapsed="0.000372"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.788191" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.787856" elapsed="0.000367"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.787591" elapsed="0.000676"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.787176" elapsed="0.001140"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.788579" elapsed="0.000433"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.789515" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.789185" elapsed="0.000357"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.789701" elapsed="0.002227"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.775925" elapsed="0.016148"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.792267" elapsed="0.000035"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.792148" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.792129" elapsed="0.000228"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.794737" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.792509" elapsed="0.002260"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.794827" elapsed="0.000041"/>
</return>
<msg time="2026-04-10T03:14:26.795001" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.755657" elapsed="0.039370"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.795092" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.753236" elapsed="0.041979"/>
</kw>
<var name="${switch}">4</var>
<status status="PASS" start="2026-04-10T03:14:26.753043" elapsed="0.042213"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.800951" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.800647" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.801425" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.801162" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.801965" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.801699" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.802440" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.802172" elapsed="0.000314"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.803411" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.803148" elapsed="0.000290"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.803886" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.803654" elapsed="0.000260"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.804073" elapsed="0.000216"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.804717" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.804452" elapsed="0.000309"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.804808" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:26.804965" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.802698" elapsed="0.002310"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.817912" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.818041" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.818475" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.807723" elapsed="0.010821"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.805116" elapsed="0.013536"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.819086" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.818711" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.805090" elapsed="0.014233"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.826930" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.821658" elapsed="0.005371"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.821107" elapsed="0.006005"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.821064" elapsed="0.006103"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.830510" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.827997" elapsed="0.002561"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.827324" elapsed="0.003270"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.827256" elapsed="0.003362"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.831210" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.830811" elapsed="0.000427"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.831587" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.831326" elapsed="0.000321"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.832215" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.831902" elapsed="0.000339"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.831670" elapsed="0.000624"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.831307" elapsed="0.001010"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.832921" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.832491" elapsed="0.000457"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.833288" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.833021" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.834036" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.833549" elapsed="0.000513"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.833372" elapsed="0.000727"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.833003" elapsed="0.001117"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.834293" elapsed="0.000353"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.835173" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.834838" elapsed="0.000362"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.835376" elapsed="0.002313"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.820240" elapsed="0.017521"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.837972" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.837855" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.837835" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.840574" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.838210" elapsed="0.002390"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.840650" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:26.840842" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.798074" elapsed="0.042795"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.840932" elapsed="0.000029"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.795599" elapsed="0.045459"/>
</kw>
<var name="${switch}">5</var>
<status status="PASS" start="2026-04-10T03:14:26.795381" elapsed="0.045770"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.847003" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.846739" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.847482" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.847208" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.847984" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.847687" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.848458" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.848183" elapsed="0.000320"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.849390" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.849120" elapsed="0.000300"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.849756" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.849579" elapsed="0.000203"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.849936" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.850600" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.850302" elapsed="0.000346"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.850691" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:26.850850" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.848710" elapsed="0.002165"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.862832" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.862913" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.863047" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.853023" elapsed="0.010060"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.850951" elapsed="0.012197"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.863448" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.863185" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.850932" elapsed="0.012643"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.868411" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.865143" elapsed="0.003331"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.864755" elapsed="0.003768"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.864727" elapsed="0.003829"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.872051" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.868996" elapsed="0.003119"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.868634" elapsed="0.003593"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.868610" elapsed="0.003729"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.873153" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.872614" elapsed="0.000599"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.873742" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.873377" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.874595" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.874099" elapsed="0.000536"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.873856" elapsed="0.000831"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.873346" elapsed="0.001370"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.875494" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.874960" elapsed="0.000581"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.876087" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.875671" elapsed="0.000499"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.876764" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.876461" elapsed="0.000339"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.876202" elapsed="0.000644"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.875638" elapsed="0.001236"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.877083" elapsed="0.000468"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.878187" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.877825" elapsed="0.000391"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.878394" elapsed="0.003518"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.864144" elapsed="0.017835"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.882158" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.882049" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.882030" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.884650" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.882391" elapsed="0.002286"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.884726" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:26.884888" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.844051" elapsed="0.040861"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.884971" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.841507" elapsed="0.043581"/>
</kw>
<var name="${switch}">6</var>
<status status="PASS" start="2026-04-10T03:14:26.841287" elapsed="0.043841"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.890707" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.890428" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.891151" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.890910" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.891680" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.891430" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.892232" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.891949" elapsed="0.000345"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.893114" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.892914" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.893482" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.893308" elapsed="0.000199"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.893672" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.894303" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.894027" elapsed="0.000329"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.894400" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:26.894559" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.892504" elapsed="0.002079"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.905683" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.905766" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.905902" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.896679" elapsed="0.009259"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.894660" elapsed="0.011344"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.906336" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.906073" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.894640" elapsed="0.011821"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.913694" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.908021" elapsed="0.005794"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.907614" elapsed="0.006297"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.907586" elapsed="0.006412"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.920570" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.914898" elapsed="0.005738"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.914199" elapsed="0.006478"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.914155" elapsed="0.006547"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.921341" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.920909" elapsed="0.000459"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.921700" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.921441" elapsed="0.000316"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.922261" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.921959" elapsed="0.000345"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.921780" elapsed="0.000561"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.921423" elapsed="0.000939"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.922980" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.922585" elapsed="0.000423"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.923414" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.923137" elapsed="0.000338"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.924194" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.923685" elapsed="0.000537"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.923504" elapsed="0.000755"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.923063" elapsed="0.001234"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.924467" elapsed="0.000355"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.925344" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.924988" elapsed="0.000385"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.925534" elapsed="0.002359"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.906999" elapsed="0.020983"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.928234" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.928077" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.928051" elapsed="0.000312"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.931050" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.928585" elapsed="0.002505"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.931153" elapsed="0.000040"/>
</return>
<msg time="2026-04-10T03:14:26.931347" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.887965" elapsed="0.043408"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.931436" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.885450" elapsed="0.046110"/>
</kw>
<var name="${switch}">7</var>
<status status="PASS" start="2026-04-10T03:14:26.885223" elapsed="0.046378"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.937604" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.937307" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.938113" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.937842" elapsed="0.000330"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.938634" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.938377" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.939096" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.938838" elapsed="0.000315"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.940104" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.939801" elapsed="0.000332"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.940488" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.940309" elapsed="0.000206"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.940670" elapsed="0.000230"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.941368" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.941064" elapsed="0.000350"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.941460" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:26.941630" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.939384" elapsed="0.002346"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.953907" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.953990" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.954131" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.944109" elapsed="0.010058"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.941816" elapsed="0.012419"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.954547" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.954305" elapsed="0.000340"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.941795" elapsed="0.012881"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.959510" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.956244" elapsed="0.003328"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.955783" elapsed="0.003841"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.955745" elapsed="0.003913"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.963361" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.960082" elapsed="0.003344"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.959737" elapsed="0.003739"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.959714" elapsed="0.003796"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.964407" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.963786" elapsed="0.000660"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.964933" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.964552" elapsed="0.000467"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.965815" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.965325" elapsed="0.000531"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.965052" elapsed="0.000857"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.964522" elapsed="0.001418"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.966754" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.966187" elapsed="0.000605"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.967246" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.966892" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.968102" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:26.967630" elapsed="0.000510"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.967383" elapsed="0.000807"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.966867" elapsed="0.001353"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:26.968466" elapsed="0.000554"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:26.969701" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:26.969258" elapsed="0.000480"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.969958" elapsed="0.003024"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.955223" elapsed="0.017888"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:26.973318" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:26.973184" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.973166" elapsed="0.000222"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:26.975777" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:26.973542" elapsed="0.002287"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:26.975881" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:26.976049" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.934623" elapsed="0.041452"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:26.976135" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.932024" elapsed="0.044234"/>
</kw>
<var name="${switch}">8</var>
<status status="PASS" start="2026-04-10T03:14:26.931706" elapsed="0.044609"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.982065" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.981804" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.982531" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.982289" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.982977" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.982735" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.983428" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.983173" elapsed="0.000298"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:26.984379" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:26.984122" elapsed="0.000283"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:26.984733" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:26.984561" elapsed="0.000197"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:26.984909" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:26.985515" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.985254" elapsed="0.000305"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:26.985602" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:26.985757" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:26.983676" elapsed="0.002106"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:26.996935" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:26.996994" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:26.997145" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:26.987880" elapsed="0.009292"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.985855" elapsed="0.011364"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:26.997525" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:26.997247" elapsed="0.000365"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.985837" elapsed="0.011797"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.001156" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:26.998681" elapsed="0.002536"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:26.998400" elapsed="0.002866"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:26.998381" elapsed="0.002942"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.004906" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.001803" elapsed="0.003170"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.001405" elapsed="0.003618"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.001382" elapsed="0.003676"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.005895" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.005344" elapsed="0.000590"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.006413" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.006034" elapsed="0.000462"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.007200" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.006778" elapsed="0.000461"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.006530" elapsed="0.000781"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.006008" elapsed="0.001338"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.008305" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.007630" elapsed="0.000717"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.008708" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.008448" elapsed="0.000316"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.009309" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.008977" elapsed="0.000362"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.008788" elapsed="0.000587"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.008423" elapsed="0.000973"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.009555" elapsed="0.000349"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.010381" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.010070" elapsed="0.000337"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.010564" elapsed="0.002343"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:26.998010" elapsed="0.014961"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.013148" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.013039" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.013021" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.015602" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.013381" elapsed="0.002247"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.015676" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:27.015882" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:26.979084" elapsed="0.036825"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.015971" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:26.976670" elapsed="0.039425"/>
</kw>
<var name="${switch}">9</var>
<status status="PASS" start="2026-04-10T03:14:26.976425" elapsed="0.039759"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.021651" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.021391" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.022103" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.021854" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.022575" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.022329" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.023009" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.022771" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.024073" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.023676" elapsed="0.000424"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.024456" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.024254" elapsed="0.000234"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.024663" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.025257" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.025009" elapsed="0.000311"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.025364" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.025532" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.023252" elapsed="0.002307"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.037328" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.037483" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.037739" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.027610" elapsed="0.010197"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.025634" elapsed="0.012300"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.038495" elapsed="0.000060"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.038007" elapsed="0.000665"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.025615" elapsed="0.013115"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.043680" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.040954" elapsed="0.002772"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.040651" elapsed="0.003112"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.040628" elapsed="0.003182"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.046289" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.044111" elapsed="0.002227"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.043880" elapsed="0.002548"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.043862" elapsed="0.002594"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.047067" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.046660" elapsed="0.000435"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.047445" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.047168" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.048041" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.047706" elapsed="0.000364"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.047527" elapsed="0.000579"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.047150" elapsed="0.000978"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.048690" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.048322" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.049036" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.048788" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.049607" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.049307" elapsed="0.000327"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.049117" elapsed="0.000552"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.048770" elapsed="0.000920"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.049848" elapsed="0.000348"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.050677" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.050379" elapsed="0.000324"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.050860" elapsed="0.002206"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.039744" elapsed="0.013388"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.053329" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.053201" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.053183" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.055756" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.053548" elapsed="0.002235"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.055857" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:27.056022" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.018934" elapsed="0.037112"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.056107" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.016528" elapsed="0.039699"/>
</kw>
<var name="${switch}">10</var>
<status status="PASS" start="2026-04-10T03:14:27.016296" elapsed="0.039970"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.061757" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.061503" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.062196" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.061960" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.062728" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.062477" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.063168" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.062928" elapsed="0.000283"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.064053" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.063856" elapsed="0.000223"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.064429" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.064234" elapsed="0.000221"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.064608" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.065203" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.064956" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.065307" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:27.065465" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.063432" elapsed="0.002057"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.076469" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.076526" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.076620" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.067764" elapsed="0.008882"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.065560" elapsed="0.011134"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.076883" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.076720" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.065542" elapsed="0.011428"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.080202" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.077967" elapsed="0.002278"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.077742" elapsed="0.002553"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.077724" elapsed="0.002595"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.083667" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.080659" elapsed="0.003072"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.080374" elapsed="0.003404"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.080358" elapsed="0.003470"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.084642" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.084083" elapsed="0.000596"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.085127" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.084776" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.085964" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.085533" elapsed="0.000467"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.085238" elapsed="0.000810"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.084751" elapsed="0.001327"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.086841" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.086337" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.087415" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.087032" elapsed="0.000465"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.088236" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.087774" elapsed="0.000517"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.087530" elapsed="0.000813"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.087006" elapsed="0.001366"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.088571" elapsed="0.000346"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.089387" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.089082" elapsed="0.000332"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.089572" elapsed="0.002150"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.077347" elapsed="0.014465"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.092005" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.091893" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.091874" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.094529" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.092308" elapsed="0.002247"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.094605" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:27.094763" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.058989" elapsed="0.035799"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.094848" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.056591" elapsed="0.038375"/>
</kw>
<var name="${switch}">11</var>
<status status="PASS" start="2026-04-10T03:14:27.056384" elapsed="0.038622"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.100585" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.100326" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.101029" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.100786" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.101487" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.101230" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.101916" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.101680" elapsed="0.000277"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.102766" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.102573" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.103114" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.102946" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.103303" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.103925" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.103663" elapsed="0.000305"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.104011" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.104165" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.102156" elapsed="0.002075"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.115980" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.116044" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.116150" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.106286" elapsed="0.009890"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.104323" elapsed="0.011906"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.116467" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.116258" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.104304" elapsed="0.012259"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.120078" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.117582" elapsed="0.002554"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.117351" elapsed="0.002832"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.117330" elapsed="0.002885"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.123954" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.120678" elapsed="0.003345"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.120310" elapsed="0.003763"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.120287" elapsed="0.003819"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.124960" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.124409" elapsed="0.000589"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.125474" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.125098" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.126243" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.125829" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.125586" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.125072" elapsed="0.001308"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.127147" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.126623" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.127653" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.127303" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.128526" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.128064" elapsed="0.000500"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.127765" elapsed="0.000841"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.127257" elapsed="0.001370"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.128785" elapsed="0.000348"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.129617" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.129317" elapsed="0.000327"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.129812" elapsed="0.002411"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.116954" elapsed="0.015415"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.132556" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.132441" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.132423" elapsed="0.000205"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.135204" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.132782" elapsed="0.002448"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.135294" elapsed="0.000038"/>
</return>
<msg time="2026-04-10T03:14:27.135461" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.097725" elapsed="0.037761"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.135548" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.095318" elapsed="0.040351"/>
</kw>
<var name="${switch}">12</var>
<status status="PASS" start="2026-04-10T03:14:27.095101" elapsed="0.040610"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.141595" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.141334" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.142033" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.141796" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.142533" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.142260" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.142968" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.142731" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.143880" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.143634" elapsed="0.000274"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.144285" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.144067" elapsed="0.000246"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.144472" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.145065" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.144819" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.145153" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:27.145327" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.143212" elapsed="0.002140"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.156669" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.156725" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.156868" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.147443" elapsed="0.009451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.145424" elapsed="0.011517"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.157127" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.156967" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.145407" elapsed="0.011808"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.160695" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.158191" elapsed="0.002547"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.157968" elapsed="0.002806"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.157950" elapsed="0.002849"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.163205" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.161076" elapsed="0.002175"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.160854" elapsed="0.002447"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.160838" elapsed="0.002487"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.163908" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.163514" elapsed="0.000421"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.164257" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.164005" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.164874" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.164572" elapsed="0.000328"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.164354" elapsed="0.000582"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.163988" elapsed="0.000969"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.165500" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.165127" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.165842" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.165596" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.166397" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.166092" elapsed="0.000331"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.165921" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.165579" elapsed="0.000900"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.166631" elapsed="0.000343"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.167435" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.167138" elapsed="0.000323"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.167616" elapsed="0.002159"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.157604" elapsed="0.012235"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.170011" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.169906" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.169888" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.172488" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.170226" elapsed="0.002288"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.172563" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.172718" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.138804" elapsed="0.033938"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.172937" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.136229" elapsed="0.036832"/>
</kw>
<var name="${switch}">13</var>
<status status="PASS" start="2026-04-10T03:14:27.136010" elapsed="0.037128"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.178555" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.178304" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.178992" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.178756" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.179452" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.179193" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.179910" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.179648" elapsed="0.000304"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.180779" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.180574" elapsed="0.000232"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.181135" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.180962" elapsed="0.000198"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.181325" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.181922" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.181672" elapsed="0.000295"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.182027" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.182183" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.180154" elapsed="0.002053"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.194798" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.194874" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.195000" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.184454" elapsed="0.010581"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.182301" elapsed="0.012797"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.195387" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.195133" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.182265" elapsed="0.013246"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.202110" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.197128" elapsed="0.005080"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.196637" elapsed="0.005681"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.196597" elapsed="0.005775"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.207911" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.202989" elapsed="0.005026"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.202495" elapsed="0.005693"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.202459" elapsed="0.005785"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.209061" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.208671" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.209423" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.209157" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.209975" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.209679" elapsed="0.000322"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.209505" elapsed="0.000532"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.209140" elapsed="0.000917"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.210609" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.210229" elapsed="0.000407"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.210951" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.210705" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.211527" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.211201" elapsed="0.000352"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.211029" elapsed="0.000559"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.210688" elapsed="0.000921"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.211774" elapsed="0.000344"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.212581" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.212296" elapsed="0.000311"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.212760" elapsed="0.002200"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.196043" elapsed="0.018987"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.215212" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.215100" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.215082" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.217724" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.215451" elapsed="0.002300"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.217800" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:27.217961" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.175876" elapsed="0.042109"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.218045" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.173455" elapsed="0.044709"/>
</kw>
<var name="${switch}">14</var>
<status status="PASS" start="2026-04-10T03:14:27.173233" elapsed="0.044971"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.223906" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.223621" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.224365" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.224111" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.224865" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.224619" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.225311" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.225060" elapsed="0.000294"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.226152" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.225959" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.226517" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.226346" elapsed="0.000197"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.226694" elapsed="0.000199"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.227312" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.227051" elapsed="0.000306"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.227400" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:27.227560" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.225556" elapsed="0.002028"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.238746" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.238804" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.238901" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.229672" elapsed="0.009255"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.227660" elapsed="0.011316"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.239168" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.239002" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.227641" elapsed="0.011614"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.245239" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.240380" elapsed="0.004989"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.240122" elapsed="0.005327"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.240102" elapsed="0.005400"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.251051" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.246130" elapsed="0.005024"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.245625" elapsed="0.005607"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.245589" elapsed="0.005725"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.252623" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.251726" elapsed="0.000924"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.252974" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.252721" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.253539" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.253225" elapsed="0.000341"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.253053" elapsed="0.000548"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.252703" elapsed="0.000918"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.254148" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.253791" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.254580" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.254321" elapsed="0.000316"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.255126" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.254830" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.254659" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.254302" elapsed="0.000906"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.255382" elapsed="0.000349"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.256215" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.255920" elapsed="0.000322"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.256415" elapsed="0.003629"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.239665" elapsed="0.020449"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.260311" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.260183" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.260164" elapsed="0.000218"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.262762" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.260530" elapsed="0.002259"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.262839" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:27.263001" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.221004" elapsed="0.042022"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.263085" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.218518" elapsed="0.044685"/>
</kw>
<var name="${switch}">15</var>
<status status="PASS" start="2026-04-10T03:14:27.218312" elapsed="0.044931"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.268770" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.268521" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.269208" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.268970" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.269666" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.269425" elapsed="0.000283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.270093" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.269859" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.270983" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.270777" elapsed="0.000233"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.271353" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.271164" elapsed="0.000216"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.271530" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.272147" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.271896" elapsed="0.000295"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.272235" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:27.272408" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.270350" elapsed="0.002123"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.283946" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.284002" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.284092" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.274511" elapsed="0.009607"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.272548" elapsed="0.011614"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.284364" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.284186" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.272530" elapsed="0.011932"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.291843" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.286547" elapsed="0.005405"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.286024" elapsed="0.006009"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.285984" elapsed="0.006102"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.297127" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.292748" elapsed="0.004425"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.292209" elapsed="0.004998"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.292172" elapsed="0.005059"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.297814" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.297427" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.298163" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.297913" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.298783" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.298468" elapsed="0.000342"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.298254" elapsed="0.000592"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.297895" elapsed="0.000972"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.299418" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.299040" elapsed="0.000405"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.299787" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.299516" elapsed="0.000338"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.300361" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.300053" elapsed="0.000335"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.299877" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.299498" elapsed="0.000946"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.300598" elapsed="0.000346"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.301403" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.301111" elapsed="0.000319"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.301591" elapsed="0.002110"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.285215" elapsed="0.018640"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.304038" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.303928" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.303909" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.306468" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.304250" elapsed="0.002244"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.306545" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:27.306717" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.266016" elapsed="0.040741"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.306834" elapsed="0.000035"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.263563" elapsed="0.043417"/>
</kw>
<var name="${switch}">16</var>
<status status="PASS" start="2026-04-10T03:14:27.263357" elapsed="0.043666"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.312533" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.312258" elapsed="0.000320"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.312970" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.312735" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.313432" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.313172" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.313891" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.313646" elapsed="0.000289"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.314820" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.314610" elapsed="0.000238"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.315202" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.315013" elapsed="0.000218"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.315404" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.316051" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.315797" elapsed="0.000299"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.316140" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.316311" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.314151" elapsed="0.002187"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.331907" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.332006" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.332225" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.318569" elapsed="0.013693"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.316412" elapsed="0.015945"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.332613" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.332392" elapsed="0.000312"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.316394" elapsed="0.016339"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.337467" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.334229" elapsed="0.003300"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.333918" elapsed="0.003660"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.333894" elapsed="0.003717"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.341073" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.338000" elapsed="0.003136"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.337691" elapsed="0.003495"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.337667" elapsed="0.003558"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.342033" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.341504" elapsed="0.000567"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.342574" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.342168" elapsed="0.000496"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.343404" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.342950" elapsed="0.000493"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.342698" elapsed="0.000797"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.342143" elapsed="0.001381"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.344375" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.343822" elapsed="0.000591"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.344833" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.344533" elapsed="0.000358"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.345402" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.345090" elapsed="0.000338"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.344915" elapsed="0.000549"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.344503" elapsed="0.000981"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.345649" elapsed="0.000350"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.346502" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.346167" elapsed="0.000368"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.346721" elapsed="0.002249"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.333426" elapsed="0.015611"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.349218" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.349107" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.349089" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.351676" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.349455" elapsed="0.002247"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.351767" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:27.351929" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.309796" elapsed="0.042157"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.352014" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.307341" elapsed="0.044792"/>
</kw>
<var name="${switch}">17</var>
<status status="PASS" start="2026-04-10T03:14:27.307118" elapsed="0.045119"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.357945" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.357691" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.358423" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.358160" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.358923" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.358665" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.359382" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.359124" elapsed="0.000302"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.360308" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.360064" elapsed="0.000282"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.360685" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.360508" elapsed="0.000203"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.360862" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.361490" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.361210" elapsed="0.000325"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.361578" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.361733" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.359627" elapsed="0.002131"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.376101" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.376160" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.376257" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.363887" elapsed="0.012421"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.361830" elapsed="0.014525"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.376625" elapsed="0.000056"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.376381" elapsed="0.000403"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.361812" elapsed="0.015018"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.384573" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.379172" elapsed="0.005490"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.378579" elapsed="0.006124"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.378533" elapsed="0.006193"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.387156" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.385005" elapsed="0.002196"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.384780" elapsed="0.002517"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.384764" elapsed="0.002559"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.387924" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.387514" elapsed="0.000437"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.388292" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.388022" elapsed="0.000330"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.388854" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.388553" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.388375" elapsed="0.000575"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.388004" elapsed="0.000969"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.389578" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.389174" elapsed="0.000431"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.389929" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.389679" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.390524" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.390200" elapsed="0.000354"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.390009" elapsed="0.000581"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.389660" elapsed="0.000951"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.390767" elapsed="0.000349"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.391580" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.391297" elapsed="0.000309"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.391794" elapsed="0.002343"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.377680" elapsed="0.016522"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.394396" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.394285" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.394252" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.396886" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.394611" elapsed="0.002302"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.396961" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:27.397118" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.354988" elapsed="0.042155"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.397203" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.352573" elapsed="0.044770"/>
</kw>
<var name="${switch}">18</var>
<status status="PASS" start="2026-04-10T03:14:27.352359" elapsed="0.045025"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.402986" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.402731" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.403444" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.403188" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.403963" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.403695" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.404420" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.404162" elapsed="0.000302"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.405264" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.405070" elapsed="0.000237"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.405662" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.405485" elapsed="0.000205"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.405844" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.406486" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.406190" elapsed="0.000349"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.406586" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:27.406755" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.404665" elapsed="0.002115"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.420473" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.420548" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.420671" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.408866" elapsed="0.011841"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.406854" elapsed="0.013914"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.421017" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.420802" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.406836" elapsed="0.014300"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.425818" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.422472" elapsed="0.003407"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.422142" elapsed="0.003786"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.422118" elapsed="0.003843"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.429500" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.426365" elapsed="0.003199"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.426037" elapsed="0.003575"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.426014" elapsed="0.003631"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.430477" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.429893" elapsed="0.000624"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.430965" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.430615" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.431804" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.431342" elapsed="0.000502"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.431076" elapsed="0.000819"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.430591" elapsed="0.001334"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.432758" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.432167" elapsed="0.000630"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.433523" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.433106" elapsed="0.000504"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.434323" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.433888" elapsed="0.000474"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.433643" elapsed="0.000770"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.433065" elapsed="0.001378"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.434657" elapsed="0.000484"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.435838" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.435396" elapsed="0.000480"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.436096" elapsed="0.002440"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.421654" elapsed="0.016949"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.438784" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.438675" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.438657" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.441315" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.439009" elapsed="0.002334"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.441394" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.441552" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.400205" elapsed="0.041376"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.441643" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.397678" elapsed="0.044094"/>
</kw>
<var name="${switch}">19</var>
<status status="PASS" start="2026-04-10T03:14:27.397476" elapsed="0.044340"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.447572" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.447293" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.448056" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.447813" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.448517" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.448258" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.448952" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.448716" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.449890" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.449659" elapsed="0.000260"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.450312" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.450109" elapsed="0.000234"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.450498" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.451120" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.450861" elapsed="0.000304"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.451209" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.451384" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.449193" elapsed="0.002260"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.462551" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.462606" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.462696" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.453890" elapsed="0.008831"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.451558" elapsed="0.011208"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.462975" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.462791" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.451535" elapsed="0.011536"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.466299" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.464059" elapsed="0.002284"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.463838" elapsed="0.002541"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.463820" elapsed="0.002583"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.469018" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.466679" elapsed="0.002402"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.466458" elapsed="0.002670"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.466442" elapsed="0.002720"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.469956" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.469437" elapsed="0.000557"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.470461" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.470090" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.471226" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.470814" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.470573" elapsed="0.000759"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.470065" elapsed="0.001297"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.472141" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.471602" elapsed="0.000579"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.472695" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.472325" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.473484" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.473050" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.472809" elapsed="0.000761"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.472296" elapsed="0.001303"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.473816" elapsed="0.000513"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.474949" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.474566" elapsed="0.000420"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.475201" elapsed="0.002588"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.463452" elapsed="0.014442"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.478073" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.477965" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.477946" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.480553" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.478305" elapsed="0.002275"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.480628" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:27.480785" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.444816" elapsed="0.035994"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.480869" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.442254" elapsed="0.038735"/>
</kw>
<var name="${switch}">20</var>
<status status="PASS" start="2026-04-10T03:14:27.442046" elapsed="0.038983"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.486614" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.486364" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.487362" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.486816" elapsed="0.000670"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.488555" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.487909" elapsed="0.000786"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.489665" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.489082" elapsed="0.000679"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.491586" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.491129" elapsed="0.000520"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.492429" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.492022" elapsed="0.000464"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.492819" elapsed="0.000406"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.494177" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.493625" elapsed="0.000678"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.494403" elapsed="0.000067"/>
</return>
<msg time="2026-04-10T03:14:27.494801" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.490203" elapsed="0.004664"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.508313" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.508393" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.508604" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.498501" elapsed="0.010150"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.495034" elapsed="0.013691"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.508987" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.508760" elapsed="0.000320"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.494992" elapsed="0.014118"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.513676" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.510539" elapsed="0.003199"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.510130" elapsed="0.003658"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.510105" elapsed="0.003717"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.517203" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.514214" elapsed="0.003052"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.513901" elapsed="0.003435"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.513877" elapsed="0.003491"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.518161" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.517619" elapsed="0.000581"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.518679" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.518323" elapsed="0.000438"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.519480" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.519039" elapsed="0.000478"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.518794" elapsed="0.000773"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.518296" elapsed="0.001301"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.520430" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.519886" elapsed="0.000590"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.520979" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.520598" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.521777" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.521366" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.521097" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.520568" elapsed="0.001323"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.522102" elapsed="0.000511"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.523242" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.522851" elapsed="0.000451"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.523524" elapsed="0.002716"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.509632" elapsed="0.016689"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.526498" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.526389" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.526371" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.528957" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.526710" elapsed="0.002274"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.529032" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:27.529189" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.483760" elapsed="0.045453"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.529292" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.481330" elapsed="0.048086"/>
</kw>
<var name="${switch}">21</var>
<status status="PASS" start="2026-04-10T03:14:27.481116" elapsed="0.048379"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.534954" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.534704" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.535410" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.535155" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.535906" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.535613" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.536362" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.536106" elapsed="0.000300"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.537230" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.537030" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.537601" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.537428" elapsed="0.000199"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.537778" elapsed="0.000246"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.538472" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.538194" elapsed="0.000328"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.538565" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:27.538721" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.536619" elapsed="0.002127"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.549051" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.549105" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.549193" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.540816" elapsed="0.008403"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.538817" elapsed="0.010445"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.549466" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.549308" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.538799" elapsed="0.010753"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.553169" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.550501" elapsed="0.002738"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.550258" elapsed="0.003072"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.550240" elapsed="0.003126"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.556883" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.553768" elapsed="0.003181"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.553445" elapsed="0.003608"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.553422" elapsed="0.003666"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.557928" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.557367" elapsed="0.000601"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.558448" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.558067" elapsed="0.000462"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.559265" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.558807" elapsed="0.000520"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.558561" elapsed="0.000819"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.558042" elapsed="0.001367"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.560200" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.559651" elapsed="0.000587"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.560734" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.560361" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.561611" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.561149" elapsed="0.000500"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.560859" elapsed="0.000840"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.560335" elapsed="0.001395"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.561949" elapsed="0.000526"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.563097" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.562711" elapsed="0.000423"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.563373" elapsed="0.002528"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.549904" elapsed="0.016061"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.566140" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.566033" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.566015" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.568628" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.566368" elapsed="0.002287"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.568705" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:27.568864" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.532232" elapsed="0.036656"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.568948" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.529786" elapsed="0.039282"/>
</kw>
<var name="${switch}">22</var>
<status status="PASS" start="2026-04-10T03:14:27.529588" elapsed="0.039559"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.574578" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.574328" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.575013" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.574778" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.575556" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.575255" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.576010" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.575771" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.576864" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.576674" elapsed="0.000216"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.577216" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.577047" elapsed="0.000194"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.577408" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.577995" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.577753" elapsed="0.000285"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.578080" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.578233" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.576253" elapsed="0.002005"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.589707" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.589762" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.589862" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.580495" elapsed="0.009395"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.578344" elapsed="0.011591"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.590121" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.589960" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.578326" elapsed="0.011885"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.594828" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.591224" elapsed="0.003707"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.590998" elapsed="0.004013"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.590979" elapsed="0.004086"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.600792" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.595768" elapsed="0.005077"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.595187" elapsed="0.005693"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.595151" elapsed="0.005753"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.601483" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.601085" elapsed="0.000426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.601851" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.601580" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.602433" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.602115" elapsed="0.000345"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.601935" elapsed="0.000561"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.601562" elapsed="0.000956"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.603113" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.602692" elapsed="0.000449"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.603524" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.603252" elapsed="0.000330"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.604123" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.603810" elapsed="0.000340"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.603605" elapsed="0.000582"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.603233" elapsed="0.000975"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.604377" elapsed="0.000369"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.605205" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.604923" elapsed="0.000310"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.606868" elapsed="0.006004"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.590627" elapsed="0.022435"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.613627" elapsed="0.000039"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.613326" elapsed="0.000417"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.613229" elapsed="0.000568"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.617857" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.614176" elapsed="0.003711"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.617937" elapsed="0.000042"/>
</return>
<msg time="2026-04-10T03:14:27.618115" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.571868" elapsed="0.046272"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.618202" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.569462" elapsed="0.048884"/>
</kw>
<var name="${switch}">23</var>
<status status="PASS" start="2026-04-10T03:14:27.569246" elapsed="0.049145"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.624349" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.624025" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.624817" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.624574" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.625317" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.625028" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.625759" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.625518" elapsed="0.000284"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.626656" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.626441" elapsed="0.000241"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.627010" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.626839" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.627193" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.627866" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.627567" elapsed="0.000357"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.627969" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:27.628127" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.626009" elapsed="0.002203"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.640101" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.640184" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.640345" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.630309" elapsed="0.010074"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.628304" elapsed="0.012144"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.640716" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.640484" elapsed="0.000326"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.628283" elapsed="0.012556"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.645460" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.642241" elapsed="0.003306"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.641915" elapsed="0.003683"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.641889" elapsed="0.003742"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.649205" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.646027" elapsed="0.003259"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.645711" elapsed="0.003629"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.645687" elapsed="0.003687"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.650215" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.649658" elapsed="0.000595"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.650738" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.650379" elapsed="0.000439"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.651553" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.651097" elapsed="0.000493"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.650850" elapsed="0.000789"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.650352" elapsed="0.001317"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.652468" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.651929" elapsed="0.000576"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.652968" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.652602" elapsed="0.000447"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.653778" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.653347" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.653082" elapsed="0.000783"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.652578" elapsed="0.001315"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.654120" elapsed="0.000512"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.655439" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.654868" elapsed="0.000613"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.655758" elapsed="0.004180"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.641404" elapsed="0.018658"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.660247" elapsed="0.000058"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.660134" elapsed="0.000203"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.660115" elapsed="0.000244"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.662741" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.660511" elapsed="0.002257"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.662816" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:27.662976" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.621334" elapsed="0.041667"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.663061" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.618743" elapsed="0.044435"/>
</kw>
<var name="${switch}">24</var>
<status status="PASS" start="2026-04-10T03:14:27.618511" elapsed="0.044707"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.668668" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.668402" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.669105" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.668869" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.669569" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.669324" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.669998" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.669764" elapsed="0.000277"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.670855" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.670659" elapsed="0.000222"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.671204" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.671034" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.671396" elapsed="0.000226"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.672048" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.671802" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.672135" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.672304" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.670240" elapsed="0.002090"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.683477" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.683535" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.683686" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.674354" elapsed="0.009402"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.672405" elapsed="0.011399"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.683997" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.683830" elapsed="0.000233"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.672385" elapsed="0.011700"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.691617" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.685984" elapsed="0.005749"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.685437" elapsed="0.006376"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.685389" elapsed="0.006479"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.695931" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.692522" elapsed="0.003454"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.691992" elapsed="0.004020"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.691956" elapsed="0.004079"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.696683" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.696233" elapsed="0.000477"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.697036" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.696780" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.697617" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.697311" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.697117" elapsed="0.000562"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.696763" elapsed="0.000936"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.698231" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.697870" elapsed="0.000388"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.698593" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.698344" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.699148" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.698845" elapsed="0.000329"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.698673" elapsed="0.000536"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.698326" elapsed="0.000904"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.699403" elapsed="0.000370"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.700234" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.699939" elapsed="0.000321"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.700434" elapsed="0.002159"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.684502" elapsed="0.018156"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.702833" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.702726" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.702708" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.705311" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.703050" elapsed="0.002289"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.705387" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:27.705549" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.665953" elapsed="0.039620"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.705633" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.663546" elapsed="0.042206"/>
</kw>
<var name="${switch}">25</var>
<status status="PASS" start="2026-04-10T03:14:27.663335" elapsed="0.042503"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.711250" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.710996" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.711745" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.711469" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.712192" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.711950" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.712642" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.712402" elapsed="0.000283"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.713500" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.713306" elapsed="0.000220"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.713850" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.713679" elapsed="0.000196"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.714026" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.714677" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.714391" elapsed="0.000331"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.714765" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.714921" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.712888" elapsed="0.002058"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.725612" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.725691" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.725820" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.717260" elapsed="0.008596"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.715018" elapsed="0.010903"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.726182" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.725956" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.715000" elapsed="0.011326"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.730811" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.727682" elapsed="0.003188"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.727358" elapsed="0.003561"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.727331" elapsed="0.003621"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.734428" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.731362" elapsed="0.003132"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.731030" elapsed="0.003573"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.731007" elapsed="0.003630"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.735508" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.734900" elapsed="0.000647"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.736035" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.735648" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.736826" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.736411" elapsed="0.000452"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.736146" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.735622" elapsed="0.001319"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.737739" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.737180" elapsed="0.000597"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.738219" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.737874" elapsed="0.000453"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.739019" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.738606" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.738360" elapsed="0.000749"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.737850" elapsed="0.001289"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.739396" elapsed="0.000623"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.740689" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.740259" elapsed="0.000457"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.740874" elapsed="0.002223"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.726835" elapsed="0.016332"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.743371" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.743242" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.743222" elapsed="0.000222"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.745821" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.743594" elapsed="0.002253"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.745896" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:27.746061" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.708577" elapsed="0.037508"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.746147" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.706140" elapsed="0.040128"/>
</kw>
<var name="${switch}">26</var>
<status status="PASS" start="2026-04-10T03:14:27.705936" elapsed="0.040390"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.752093" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.751824" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.752548" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.752310" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.753085" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.752836" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.753551" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.753310" elapsed="0.000285"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.754448" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.754225" elapsed="0.000250"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.754799" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.754630" elapsed="0.000194"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.754976" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.755592" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.755339" elapsed="0.000298"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.755681" elapsed="0.000070"/>
</return>
<msg time="2026-04-10T03:14:27.755886" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.753809" elapsed="0.002102"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.767632" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.767739" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.767868" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.757988" elapsed="0.009917"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.755984" elapsed="0.011984"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.768244" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.768004" elapsed="0.000357"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.755966" elapsed="0.012423"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.772980" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.769793" elapsed="0.003261"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.769472" elapsed="0.003641"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.769445" elapsed="0.003702"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.776663" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.773565" elapsed="0.003164"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.773224" elapsed="0.003552"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.773202" elapsed="0.003606"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.777649" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.777087" elapsed="0.000614"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.778162" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.777809" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.778957" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.778542" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.778295" elapsed="0.000748"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.777774" elapsed="0.001297"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.779851" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.779329" elapsed="0.000559"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.780435" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.780050" elapsed="0.000467"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.781228" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.780793" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.780548" elapsed="0.000803"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.780025" elapsed="0.001356"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.781600" elapsed="0.000500"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.782769" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.782355" elapsed="0.000452"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.783025" elapsed="0.003413"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.768919" elapsed="0.017615"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.786791" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.786628" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.786603" elapsed="0.000293"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.789804" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.787103" elapsed="0.002728"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.789879" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:27.790037" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.749139" elapsed="0.040922"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.790123" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.746641" elapsed="0.043602"/>
</kw>
<var name="${switch}">27</var>
<status status="PASS" start="2026-04-10T03:14:27.746428" elapsed="0.043872"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.795851" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.795563" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.796318" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.796065" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.796778" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.796536" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.797235" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.796974" elapsed="0.000322"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.798103" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.797912" elapsed="0.000217"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.798496" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.798308" elapsed="0.000214"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.798674" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.799442" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.799159" elapsed="0.000327"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.799529" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.799722" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.797509" elapsed="0.002285"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.809434" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.809491" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.809582" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.801870" elapsed="0.007738"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.799871" elapsed="0.009783"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.809839" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.809679" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.799851" elapsed="0.010074"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.813353" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.810907" elapsed="0.002490"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.810679" elapsed="0.002754"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.810661" elapsed="0.002797"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.816088" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.813740" elapsed="0.002394"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.813513" elapsed="0.002655"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.813497" elapsed="0.002695"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.816923" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.816401" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.817431" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.817058" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.818201" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.817787" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.817543" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.817034" elapsed="0.001303"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.819079" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.818577" elapsed="0.000539"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.821023" elapsed="0.000091"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.819214" elapsed="0.002014"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.822661" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.821761" elapsed="0.000963"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.821346" elapsed="0.001459"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.819190" elapsed="0.003663"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.823232" elapsed="0.000894"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.825224" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.824545" elapsed="0.000767"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.825665" elapsed="0.004429"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.810314" elapsed="0.020007"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.830655" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.830437" elapsed="0.000291"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.830407" elapsed="0.000351"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.834238" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.830977" elapsed="0.003322"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.834371" elapsed="0.000053"/>
</return>
<msg time="2026-04-10T03:14:27.834616" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.793040" elapsed="0.041611"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.834738" elapsed="0.000037"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.790600" elapsed="0.044308"/>
</kw>
<var name="${switch}">28</var>
<status status="PASS" start="2026-04-10T03:14:27.790397" elapsed="0.044568"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.841303" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.841019" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.841788" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.841523" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.842249" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.841992" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.842701" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.842464" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.843587" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.843385" elapsed="0.000228"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.844007" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.843828" elapsed="0.000206"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.844187" elapsed="0.000211"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.844961" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.844586" elapsed="0.000436"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.845085" elapsed="0.000042"/>
</return>
<msg time="2026-04-10T03:14:27.845338" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.842951" elapsed="0.002423"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.864072" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.864208" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.864546" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.848603" elapsed="0.016003"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.845474" elapsed="0.019240"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.865154" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.864770" elapsed="0.000569"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.845450" elapsed="0.019940"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.872647" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.867628" elapsed="0.005063"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.867090" elapsed="0.005637"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.867049" elapsed="0.005702"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.875202" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.873045" elapsed="0.002202"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.872816" elapsed="0.002482"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.872793" elapsed="0.002530"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.875960" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.875510" elapsed="0.000478"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.876329" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.876058" elapsed="0.000330"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.876894" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.876588" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.876411" elapsed="0.000544"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.876041" elapsed="0.000935"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.877532" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.877149" elapsed="0.000409"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.877877" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.877629" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.878435" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.878127" elapsed="0.000334"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.877956" elapsed="0.000540"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.877611" elapsed="0.000905"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.878671" elapsed="0.000346"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.879484" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.879184" elapsed="0.000326"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.879665" elapsed="0.002176"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.866220" elapsed="0.015685"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.882079" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.881973" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.881954" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.884559" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.882307" elapsed="0.002279"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.884635" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.884790" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.838534" elapsed="0.046280"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.884874" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.835436" elapsed="0.049557"/>
</kw>
<var name="${switch}">29</var>
<status status="PASS" start="2026-04-10T03:14:27.835110" elapsed="0.049958"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.890654" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.890403" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.891092" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.890855" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.891553" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.891310" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.892053" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.891810" elapsed="0.000287"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.892914" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.892726" elapsed="0.000215"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.893263" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.893094" elapsed="0.000210"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.893456" elapsed="0.000227"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.894083" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.893838" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.894170" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:27.894339" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.892316" elapsed="0.002048"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.903756" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.903835" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.903964" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.896429" elapsed="0.007572"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.894437" elapsed="0.009630"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.904360" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.904103" elapsed="0.000356"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.894419" elapsed="0.010073"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.909306" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.905896" elapsed="0.003476"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.905572" elapsed="0.003852"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.905546" elapsed="0.003913"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.912979" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.909864" elapsed="0.003160"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.909539" elapsed="0.003552"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.909515" elapsed="0.003600"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.913682" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.913309" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.914027" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.913778" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.914613" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.914296" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.914107" elapsed="0.000568"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.913761" elapsed="0.000935"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.915228" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.914870" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.915590" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.915342" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.916167" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.915870" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.915695" elapsed="0.000533"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.915324" elapsed="0.000924"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.916415" elapsed="0.000340"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.917190" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.916918" elapsed="0.000298"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.917386" elapsed="0.002369"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.905033" elapsed="0.014786"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.919992" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.919886" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.919868" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.922423" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.920206" elapsed="0.002245"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.922500" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:27.922672" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.887812" elapsed="0.034886"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.922759" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.885379" elapsed="0.037502"/>
</kw>
<var name="${switch}">30</var>
<status status="PASS" start="2026-04-10T03:14:27.885162" elapsed="0.037759"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.928389" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.928122" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.928829" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.928593" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.929341" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.929072" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.929782" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.929542" elapsed="0.000284"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.930726" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.930508" elapsed="0.000245"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.931078" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.930908" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.931286" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.931919" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.931651" elapsed="0.000313"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.932008" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.932175" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.930044" elapsed="0.002156"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.944507" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.944576" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.944790" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.934293" elapsed="0.010556"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.932289" elapsed="0.012659"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.945601" elapsed="0.000067"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.945002" elapsed="0.000797"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.932255" elapsed="0.013593"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.953750" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.948174" elapsed="0.005676"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.947623" elapsed="0.006327"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.947582" elapsed="0.006445"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.958087" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.954908" elapsed="0.003225"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.954189" elapsed="0.003979"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.954147" elapsed="0.004045"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.958790" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.958403" elapsed="0.000415"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.959144" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.958890" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.959745" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.959419" elapsed="0.000353"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.959225" elapsed="0.000584"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.958872" elapsed="0.000957"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.960385" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.960003" elapsed="0.000409"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.960776" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.960524" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.961345" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.961032" elapsed="0.000340"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.960856" elapsed="0.000551"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.960504" elapsed="0.000924"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.961582" elapsed="0.000343"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:27.962401" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.962092" elapsed="0.000337"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.962587" elapsed="0.002173"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.946781" elapsed="0.018043"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:27.964997" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:27.964892" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.964873" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:27.967434" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:27.965207" elapsed="0.002254"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:27.967511" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:27.967721" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.925620" elapsed="0.042129"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:27.967810" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.923203" elapsed="0.044728"/>
</kw>
<var name="${switch}">31</var>
<status status="PASS" start="2026-04-10T03:14:27.923007" elapsed="0.044963"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.973435" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.973154" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.973880" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.973644" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.974340" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.974083" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.974798" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.974559" elapsed="0.000282"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:27.975702" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:27.975475" elapsed="0.000255"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:27.976064" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:27.975891" elapsed="0.000198"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:27.976240" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.976853" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.976605" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:27.976939" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:27.977093" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:27.975038" elapsed="0.002119"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:27.986098" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:27.986174" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:27.986326" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:27.979364" elapsed="0.007004"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.977233" elapsed="0.009206"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.986698" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.986473" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.977214" elapsed="0.009606"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.991203" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.988149" elapsed="0.003113"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.987845" elapsed="0.003485"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.987819" elapsed="0.003545"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.994715" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:27.991775" elapsed="0.003002"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.991439" elapsed="0.003385"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.991417" elapsed="0.003440"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.995634" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.995100" elapsed="0.000613"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.996170" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.995818" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.996969" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.996556" elapsed="0.000450"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.996302" elapsed="0.000753"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.995792" elapsed="0.001292"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.997916" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:27.997345" elapsed="0.000608"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:27.998418" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:27.998050" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:27.999177" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:27.998774" elapsed="0.000476"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:27.998531" elapsed="0.000781"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:27.998026" elapsed="0.001316"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:27.999554" elapsed="0.000498"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.000682" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.000301" elapsed="0.000417"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.000931" elapsed="0.003017"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:27.987326" elapsed="0.016767"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.004372" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.004189" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.004163" elapsed="0.000301"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.007848" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.004668" elapsed="0.003218"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.007953" elapsed="0.000041"/>
</return>
<msg time="2026-04-10T03:14:28.008165" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:27.970700" elapsed="0.037499"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.008301" elapsed="0.000038"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:27.968253" elapsed="0.040219"/>
</kw>
<var name="${switch}">32</var>
<status status="PASS" start="2026-04-10T03:14:27.968058" elapsed="0.040481"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.014410" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.014147" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.014884" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.014640" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.015343" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.015086" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.015786" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.015536" elapsed="0.000291"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.016627" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.016444" elapsed="0.000209"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.016970" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.016803" elapsed="0.000191"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.017143" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.017747" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.017504" elapsed="0.000292"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.017849" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:28.018006" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.016026" elapsed="0.002005"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.028487" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.028540" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.028664" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.020073" elapsed="0.008618"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.018100" elapsed="0.010634"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.028912" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.028759" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.018083" elapsed="0.010914"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.032185" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.029929" elapsed="0.002300"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.029710" elapsed="0.002553"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.029692" elapsed="0.002612"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.035606" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.032612" elapsed="0.003083"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.032360" elapsed="0.003384"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.032344" elapsed="0.003433"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.036556" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.036019" elapsed="0.000575"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.037034" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.036690" elapsed="0.000443"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.037884" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.037462" elapsed="0.000459"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.037176" elapsed="0.000794"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.036666" elapsed="0.001333"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.038760" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.038236" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.039232" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.038892" elapsed="0.000439"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.040049" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.039605" elapsed="0.000483"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.039365" elapsed="0.000772"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.038868" elapsed="0.001297"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.040395" elapsed="0.000475"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.041496" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.041098" elapsed="0.000435"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.041752" elapsed="0.004261"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.029358" elapsed="0.016718"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.046248" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.046141" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.046124" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.048698" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.046478" elapsed="0.002247"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.048773" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.048926" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.011588" elapsed="0.037362"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.049008" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.008882" elapsed="0.040244"/>
</kw>
<var name="${switch}">33</var>
<status status="PASS" start="2026-04-10T03:14:28.008681" elapsed="0.040519"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.054564" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.054316" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.055004" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.054763" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.055471" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.055209" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.055936" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.055696" elapsed="0.000283"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.056777" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.056592" elapsed="0.000211"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.057122" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.056954" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.057311" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.057933" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.057654" elapsed="0.000325"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.058027" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.058183" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.056177" elapsed="0.002031"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.065679" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.065752" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.065873" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.060256" elapsed="0.005653"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.058296" elapsed="0.007673"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.066217" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.066003" elapsed="0.000337"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.058262" elapsed="0.008109"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.070978" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.067700" elapsed="0.003338"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.067361" elapsed="0.003726"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.067336" elapsed="0.003784"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.074526" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.071531" elapsed="0.003059"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.071197" elapsed="0.003487"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.071174" elapsed="0.003544"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.075521" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.074971" elapsed="0.000589"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.076078" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.075713" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.076855" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.076455" elapsed="0.000426"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.076190" elapsed="0.000727"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.075634" elapsed="0.001304"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.077486" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.077110" elapsed="0.000403"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.077831" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.077583" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.078392" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.078084" elapsed="0.000334"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.077911" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.077565" elapsed="0.000910"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.078629" elapsed="0.000341"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.079427" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.079137" elapsed="0.000316"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.079607" elapsed="0.002146"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.066857" elapsed="0.014959"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.081989" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.081883" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.081865" elapsed="0.000189"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.084422" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.082200" elapsed="0.002248"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.084497" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.084650" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.051907" elapsed="0.032768"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.084734" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.049498" elapsed="0.035354"/>
</kw>
<var name="${switch}">34</var>
<status status="PASS" start="2026-04-10T03:14:28.049300" elapsed="0.035591"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.090247" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.090000" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.090713" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.090474" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.091202" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.090953" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.091673" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.091415" elapsed="0.000310"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.092536" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.092347" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.092883" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.092715" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.093057" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.093669" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.093419" elapsed="0.000294"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.093756" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.093910" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.091927" elapsed="0.002007"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.104470" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.104526" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.104615" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.096099" elapsed="0.008543"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.094005" elapsed="0.010681"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.104867" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.104711" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.093987" elapsed="0.010967"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.108113" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.105893" elapsed="0.002262"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.105672" elapsed="0.002518"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.105655" elapsed="0.002559"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.111505" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.108511" elapsed="0.003055"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.108282" elapsed="0.003331"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.108251" elapsed="0.003414"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.112449" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.111913" elapsed="0.000573"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.112928" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.112582" elapsed="0.000425"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.113715" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.113300" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.113039" elapsed="0.000761"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.112557" elapsed="0.001272"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.114586" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.114067" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.115131" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.114781" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.115963" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.115512" elapsed="0.000487"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.115242" elapsed="0.000806"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.114754" elapsed="0.001324"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.116311" elapsed="0.000487"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.117236" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.116965" elapsed="0.000296"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.117432" elapsed="0.002128"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.105319" elapsed="0.014303"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.119807" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.119703" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.119685" elapsed="0.000295"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.122349" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.120133" elapsed="0.002243"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.122424" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.122579" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.087548" elapsed="0.035056"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.122662" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.085172" elapsed="0.037609"/>
</kw>
<var name="${switch}">35</var>
<status status="PASS" start="2026-04-10T03:14:28.084978" elapsed="0.037842"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.128369" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.128107" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.128803" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.128568" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.129245" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.129004" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.129690" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.129455" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.130555" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.130343" elapsed="0.000238"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.130901" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.130733" elapsed="0.000192"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.131075" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.131688" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.131433" elapsed="0.000299"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.131774" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.131928" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.129928" elapsed="0.002059"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.139892" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.139945" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.140032" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.134000" elapsed="0.006057"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.132061" elapsed="0.008040"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.140304" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.140126" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.132043" elapsed="0.008350"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.143583" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.141329" elapsed="0.002340"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.141093" elapsed="0.002615"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.141076" elapsed="0.002655"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.147077" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.144009" elapsed="0.003147"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.143787" elapsed="0.003423"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.143771" elapsed="0.003480"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.148124" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.147563" elapsed="0.000599"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.148670" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.148260" elapsed="0.000502"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.149471" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.149036" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.148795" elapsed="0.000761"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.148234" elapsed="0.001351"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.150342" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.149823" elapsed="0.000557"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.150820" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.150476" elapsed="0.000422"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.151599" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.151169" elapsed="0.000486"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.150930" elapsed="0.000784"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.150452" elapsed="0.001291"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.151957" elapsed="0.000507"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.153081" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.152701" elapsed="0.000416"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.153522" elapsed="0.003257"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.140746" elapsed="0.016136"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.157059" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.156952" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.156934" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.159492" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.157287" elapsed="0.002232"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.159573" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.159759" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.125536" elapsed="0.034248"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.159845" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.123099" elapsed="0.036893"/>
</kw>
<var name="${switch}">36</var>
<status status="PASS" start="2026-04-10T03:14:28.122906" elapsed="0.037132"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.165403" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.165136" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.165845" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.165609" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.166299" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.166045" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.166729" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.166494" elapsed="0.000277"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.167571" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.167384" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.167932" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.167765" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.168146" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.168899" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.168533" elapsed="0.000429"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.169024" elapsed="0.000041"/>
</return>
<msg time="2026-04-10T03:14:28.169243" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.166969" elapsed="0.002346"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.179518" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.179576" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.179748" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.172246" elapsed="0.007529"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.169419" elapsed="0.010409"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.180013" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.179855" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.169394" elapsed="0.010708"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.184923" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.181341" elapsed="0.003646"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.181006" elapsed="0.004031"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.180981" elapsed="0.004092"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.188581" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.185495" elapsed="0.003165"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.185153" elapsed="0.003570"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.185130" elapsed="0.003628"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.189623" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.189053" elapsed="0.000609"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.190136" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.189763" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.190961" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.190523" elapsed="0.000476"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.190251" elapsed="0.000801"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.189738" elapsed="0.001343"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.191917" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.191346" elapsed="0.000609"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.192431" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.192055" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.193051" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.192735" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.192547" elapsed="0.000567"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.192030" elapsed="0.001105"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.193304" elapsed="0.000353"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.194109" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.193831" elapsed="0.000305"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.194309" elapsed="0.002150"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.180485" elapsed="0.016036"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.196694" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.196588" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.196570" elapsed="0.000189"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.199172" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.196905" elapsed="0.002294"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.199248" elapsed="0.000046"/>
</return>
<msg time="2026-04-10T03:14:28.199421" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.162708" elapsed="0.036737"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.199515" elapsed="0.000029"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.160342" elapsed="0.039318"/>
</kw>
<var name="${switch}">37</var>
<status status="PASS" start="2026-04-10T03:14:28.160127" elapsed="0.039612"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.205240" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.204988" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.205700" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.205461" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.206157" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.205912" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.206711" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.206411" elapsed="0.000350"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.207616" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.207425" elapsed="0.000236"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.207998" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.207821" elapsed="0.000204"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.208182" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.208852" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.208569" elapsed="0.000330"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.208943" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.209098" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.207001" elapsed="0.002122"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.217230" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.217310" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.217399" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.211497" elapsed="0.005927"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.209194" elapsed="0.008275"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.217653" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.217493" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.209177" elapsed="0.008561"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.220952" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.218657" elapsed="0.002338"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.218438" elapsed="0.002592"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.218420" elapsed="0.002633"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.223527" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.221361" elapsed="0.002218"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.221108" elapsed="0.002591"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.221092" elapsed="0.002633"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.224327" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.223916" elapsed="0.000439"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.224733" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.224429" elapsed="0.000391"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.225563" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.225117" elapsed="0.000484"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.224863" elapsed="0.000788"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.224410" elapsed="0.001271"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.226471" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.225937" elapsed="0.000572"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.226979" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.226608" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.227806" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.227363" elapsed="0.000489"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.227094" elapsed="0.000810"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.226583" elapsed="0.001350"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.228149" elapsed="0.000513"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.229481" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.229056" elapsed="0.000461"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.229737" elapsed="0.002987"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.218077" elapsed="0.014709"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.232957" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.232853" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.232835" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.235469" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.233167" elapsed="0.002330"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.235546" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.235741" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.202495" elapsed="0.033272"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.235835" elapsed="0.000029"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.200039" elapsed="0.035922"/>
</kw>
<var name="${switch}">38</var>
<status status="PASS" start="2026-04-10T03:14:28.199837" elapsed="0.036164"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.241731" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.241473" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.242184" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.241944" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.242695" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.242444" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.243320" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.243060" elapsed="0.000304"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.244224" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.244028" elapsed="0.000222"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.244614" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.244442" elapsed="0.000202"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.244798" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.245427" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.245157" elapsed="0.000317"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.245518" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:28.245680" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.243567" elapsed="0.002137"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.253942" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.254019" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.254142" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.247767" elapsed="0.006412"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.245778" elapsed="0.008464"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.254532" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.254310" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.245759" elapsed="0.008894"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.259178" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.256047" elapsed="0.003191"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.255723" elapsed="0.003583"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.255698" elapsed="0.003642"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.262736" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.259762" elapsed="0.003038"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.259418" elapsed="0.003430"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.259395" elapsed="0.003484"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.263723" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.263132" elapsed="0.000629"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.264216" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.263858" elapsed="0.000462"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.265010" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.264599" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.264353" elapsed="0.000741"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.263834" elapsed="0.001289"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.265877" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.265379" elapsed="0.000535"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.266435" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.266065" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.267217" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.266798" elapsed="0.000456"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.266548" elapsed="0.000779"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.266039" elapsed="0.001323"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.267599" elapsed="0.000522"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.268772" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.268381" elapsed="0.000428"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.269027" elapsed="0.003328"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.255184" elapsed="0.017260"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.272703" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.272542" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.272513" elapsed="0.000283"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.276452" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.273001" elapsed="0.003490"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.276557" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:28.276716" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.238767" elapsed="0.037975"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.276802" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.236303" elapsed="0.040617"/>
</kw>
<var name="${switch}">39</var>
<status status="PASS" start="2026-04-10T03:14:28.236086" elapsed="0.040873"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.282356" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.282095" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.282801" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.282565" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.283252" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.283005" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.283754" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.283467" elapsed="0.000331"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.284604" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.284415" elapsed="0.000215"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.284957" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.284784" elapsed="0.000198"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.285132" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.285741" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.285493" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.285826" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.285978" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.283998" elapsed="0.002038"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.295025" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.295080" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.295167" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.288102" elapsed="0.007091"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.286111" elapsed="0.009126"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.295439" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.295261" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.286093" elapsed="0.009435"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.299815" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.296499" elapsed="0.003381"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.296264" elapsed="0.003678"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.296247" elapsed="0.003729"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.303385" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.300384" elapsed="0.003066"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.300054" elapsed="0.003443"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.300032" elapsed="0.003498"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.304335" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.303798" elapsed="0.000576"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.304823" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.304472" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.305614" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.305178" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.304935" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.304447" elapsed="0.001281"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.306484" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.305967" elapsed="0.000554"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.306959" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.306618" elapsed="0.000419"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.307781" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.307328" elapsed="0.000489"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.307068" elapsed="0.000798"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.306593" elapsed="0.001302"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.308106" elapsed="0.000481"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.309022" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.308751" elapsed="0.000297"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.309200" elapsed="0.002185"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.295915" elapsed="0.015567"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.311674" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.311552" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.311533" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.314112" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.311886" elapsed="0.002252"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.314188" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.314357" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.279664" elapsed="0.034718"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.314451" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.277245" elapsed="0.037326"/>
</kw>
<var name="${switch}">40</var>
<status status="PASS" start="2026-04-10T03:14:28.277049" elapsed="0.037562"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.319945" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.319698" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.320395" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.320145" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.320839" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.320601" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.321299" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.321033" elapsed="0.000312"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.322130" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.321944" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.322494" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.322324" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.322668" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.323251" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.323009" elapsed="0.000301"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.323354" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.323506" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.321544" elapsed="0.001986"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.334042" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.334095" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.334229" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.325689" elapsed="0.008567"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.323600" elapsed="0.010723"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.334522" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.334351" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.323583" elapsed="0.011039"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.340325" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.335748" elapsed="0.004677"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.335472" elapsed="0.005031"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.335453" elapsed="0.005103"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.346653" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.341334" elapsed="0.005419"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.340677" elapsed="0.006284"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.340642" elapsed="0.006375"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.348500" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.347443" elapsed="0.001119"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.348909" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.348660" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.349610" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.349162" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.348989" elapsed="0.000684"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.348643" elapsed="0.001050"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.350232" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.349865" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.350595" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.350347" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.351135" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.350845" elapsed="0.000316"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.350674" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.350329" elapsed="0.000887"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.351382" elapsed="0.000376"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.352193" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.351924" elapsed="0.000295"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.352388" elapsed="0.002300"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.335097" elapsed="0.019653"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.354922" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.354817" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.354799" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.357627" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.355235" elapsed="0.002418"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.357702" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.357854" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.317257" elapsed="0.040621"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.357937" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.314889" elapsed="0.043165"/>
</kw>
<var name="${switch}">41</var>
<status status="PASS" start="2026-04-10T03:14:28.314695" elapsed="0.043436"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.364124" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.363875" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.364577" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.364339" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.365106" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.364863" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.365551" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.365314" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.366476" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.366288" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.366822" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.366653" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.366994" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.367734" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.367456" elapsed="0.000322"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.367821" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.367973" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.365789" elapsed="0.002208"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.377524" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.377598" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.377717" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.370180" elapsed="0.007572"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.368070" elapsed="0.009743"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.378063" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.377847" elapsed="0.000306"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.368051" elapsed="0.010131"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.382617" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.379499" elapsed="0.003178"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.379166" elapsed="0.003560"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.379142" elapsed="0.003618"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.386154" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.383143" elapsed="0.003075"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.382836" elapsed="0.003498"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.382814" elapsed="0.003554"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.387144" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.386624" elapsed="0.000558"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.387692" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.387303" elapsed="0.000472"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.388490" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.388053" elapsed="0.000474"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.387807" elapsed="0.000771"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.387256" elapsed="0.001351"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.389147" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.388782" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.389507" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.389244" elapsed="0.000322"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.390057" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.389763" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.389589" elapsed="0.000530"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.389226" elapsed="0.000914"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.390309" elapsed="0.000346"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.391108" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.390821" elapsed="0.000314"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.391305" elapsed="0.003573"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.378687" elapsed="0.016257"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.395119" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.395010" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.394993" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.397581" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.395347" elapsed="0.002261"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.397656" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:28.397812" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.361069" elapsed="0.036767"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.397895" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.358429" elapsed="0.039583"/>
</kw>
<var name="${switch}">42</var>
<status status="PASS" start="2026-04-10T03:14:28.358218" elapsed="0.039834"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.403465" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.403194" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.403934" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.403698" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.404437" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.404176" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.404867" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.404633" elapsed="0.000277"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.405719" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.405526" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.406067" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.405899" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.406241" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.406844" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.406601" elapsed="0.000287"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.406931" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.407084" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.405108" elapsed="0.002000"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.415660" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.415722" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.415813" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.409143" elapsed="0.006696"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.407178" elapsed="0.008707"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.416066" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.415909" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.407161" elapsed="0.008993"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.419499" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.417147" elapsed="0.002396"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.416921" elapsed="0.002658"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.416902" elapsed="0.002749"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.422718" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.419945" elapsed="0.002837"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.419715" elapsed="0.003117"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.419697" elapsed="0.003167"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.423697" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.423117" elapsed="0.000619"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.424202" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.423835" elapsed="0.000471"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.425025" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.424590" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.424341" elapsed="0.000773"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.423810" elapsed="0.001333"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.425931" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.425411" elapsed="0.000558"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.426497" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.426117" elapsed="0.000467"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.427298" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.426867" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.426616" elapsed="0.000773"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.426090" elapsed="0.001329"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.427667" elapsed="0.000496"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.428815" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.428421" elapsed="0.000437"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.429079" elapsed="0.003295"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.416531" elapsed="0.015935"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.432670" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.432561" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.432535" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.435208" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.432896" elapsed="0.002339"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.435308" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.435467" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.400775" elapsed="0.034718"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.435553" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.398361" elapsed="0.037358"/>
</kw>
<var name="${switch}">43</var>
<status status="PASS" start="2026-04-10T03:14:28.398142" elapsed="0.037619"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.441214" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.440963" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.441670" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.441433" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.442112" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.441873" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.442564" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.442327" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.443409" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.443205" elapsed="0.000231"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.443801" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.443629" elapsed="0.000198"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.443977" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.444581" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.444335" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.444667" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.444821" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.442806" elapsed="0.002075"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.453910" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.453985" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.454106" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.447047" elapsed="0.007094"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.444955" elapsed="0.009249"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.454487" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.454238" elapsed="0.000345"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.444938" elapsed="0.009678"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.459028" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.455973" elapsed="0.003114"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.455662" elapsed="0.003474"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.455634" elapsed="0.003536"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.462618" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.459576" elapsed="0.003112"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.459246" elapsed="0.003490"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.459224" elapsed="0.003546"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.463562" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.463014" elapsed="0.000611"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.464078" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.463726" elapsed="0.000431"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.464867" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.464454" elapsed="0.000449"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.464190" elapsed="0.000762"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.463701" elapsed="0.001280"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.465765" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.465220" elapsed="0.000582"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.466362" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.465957" elapsed="0.000494"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.467182" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.466749" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.466484" elapsed="0.000784"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.465927" elapsed="0.001392"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.467534" elapsed="0.000549"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.468671" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.468337" elapsed="0.000360"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.468851" elapsed="0.002134"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.455106" elapsed="0.015978"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.471259" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.471153" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.471134" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.473730" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.471488" elapsed="0.002269"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.473805" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.473960" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.438452" elapsed="0.035532"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.474042" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.436044" elapsed="0.038117"/>
</kw>
<var name="${switch}">44</var>
<status status="PASS" start="2026-04-10T03:14:28.435847" elapsed="0.038352"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.479788" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.479482" elapsed="0.000352"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.480225" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.479991" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.480692" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.480447" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.481121" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.480886" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.481985" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.481797" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.482351" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.482164" elapsed="0.000213"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.482529" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.483134" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.482888" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.483221" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.483397" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.481380" elapsed="0.002047"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.491971" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.492024" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.492150" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.485503" elapsed="0.006673"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.483501" elapsed="0.008720"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.492435" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.492246" elapsed="0.000257"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.483484" elapsed="0.009040"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.495756" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.493463" elapsed="0.002337"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.493224" elapsed="0.002610"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.493206" elapsed="0.002652"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.498283" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.496132" elapsed="0.002198"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.495913" elapsed="0.002452"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.495896" elapsed="0.002492"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.499463" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.498601" elapsed="0.000923"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.500340" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.499750" elapsed="0.000721"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.501035" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.500737" elapsed="0.000324"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.500523" elapsed="0.000573"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.499709" elapsed="0.001408"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.501676" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.501307" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.502019" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.501772" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.502581" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.502285" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.502099" elapsed="0.000544"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.501755" elapsed="0.000909"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.502815" elapsed="0.000341"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.503625" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.503336" elapsed="0.000316"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.503807" elapsed="0.002282"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.492874" elapsed="0.013277"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.506339" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.506217" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.506199" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.508791" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.506555" elapsed="0.002263"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.508865" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.509018" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.476905" elapsed="0.032138"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.509102" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.474512" elapsed="0.034708"/>
</kw>
<var name="${switch}">45</var>
<status status="PASS" start="2026-04-10T03:14:28.474301" elapsed="0.035011"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.514676" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.514431" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.515111" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.514876" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.515569" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.515327" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.516091" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.515830" elapsed="0.000306"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.516967" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.516764" elapsed="0.000230"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.517331" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.517146" elapsed="0.000210"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.517507" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.518089" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.517847" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.518175" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.518344" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.516356" elapsed="0.002012"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.526575" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.526642" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.526751" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.520432" elapsed="0.006352"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.518440" elapsed="0.008396"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.527022" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.526865" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.518422" elapsed="0.008687"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.531635" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.528112" elapsed="0.003589"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.527884" elapsed="0.003867"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.527866" elapsed="0.003919"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.535211" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.532181" elapsed="0.003114"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.531864" elapsed="0.003541"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.531841" elapsed="0.003600"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.536304" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.535754" elapsed="0.000592"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.536733" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.536448" elapsed="0.000344"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.537323" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.537006" elapsed="0.000346"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.536824" elapsed="0.000564"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.536423" elapsed="0.000986"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.537951" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.537587" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.538321" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.538048" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.538901" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.538601" elapsed="0.000327"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.538403" elapsed="0.000561"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.538031" elapsed="0.000954"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.539141" elapsed="0.000365"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.539968" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.539693" elapsed="0.000301"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.540150" elapsed="0.002284"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.527481" elapsed="0.015019"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.542684" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.542568" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.542548" elapsed="0.000203"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.545135" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.542899" elapsed="0.002262"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.545210" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.545383" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.511997" elapsed="0.033411"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.545468" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.509595" elapsed="0.035994"/>
</kw>
<var name="${switch}">46</var>
<status status="PASS" start="2026-04-10T03:14:28.509400" elapsed="0.036229"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.551055" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.550806" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.551517" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.551262" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.552061" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.551813" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.552519" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.552257" elapsed="0.000306"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.553368" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.553164" elapsed="0.000230"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.553715" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.553547" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.553889" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.554489" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.554230" elapsed="0.000302"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.554575" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.554728" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.552762" elapsed="0.001990"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.574466" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.574595" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.574803" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.557306" elapsed="0.017556"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.554822" elapsed="0.020143"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.575447" elapsed="0.000061"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.575024" elapsed="0.000633"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.554805" elapsed="0.020902"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.582538" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.578145" elapsed="0.004458"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.577627" elapsed="0.005030"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.577583" elapsed="0.005109"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.586468" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.583108" elapsed="0.003428"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.582774" elapsed="0.003814"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.582750" elapsed="0.003873"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.587495" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.586895" elapsed="0.000640"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.588085" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.587703" elapsed="0.000468"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.588860" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.588489" elapsed="0.000397"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.588205" elapsed="0.000716"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.587676" elapsed="0.001266"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.589501" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.589116" elapsed="0.000411"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.589902" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.589648" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.590486" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.590161" elapsed="0.000351"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.589984" elapsed="0.000564"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.589630" elapsed="0.000939"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.590733" elapsed="0.000393"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.591660" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.591316" elapsed="0.000371"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.591849" elapsed="0.002890"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.576664" elapsed="0.018174"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.595055" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.594928" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.594903" elapsed="0.000226"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.597584" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.595308" elapsed="0.002303"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.597661" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:28.597825" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.548399" elapsed="0.049451"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.597910" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.545925" elapsed="0.052105"/>
</kw>
<var name="${switch}">47</var>
<status status="PASS" start="2026-04-10T03:14:28.545716" elapsed="0.052355"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.603830" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.603547" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.604286" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.604032" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.604734" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.604491" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.605164" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.604928" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.606022" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.605826" elapsed="0.000222"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.606390" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.606201" elapsed="0.000214"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.606566" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.607178" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.606915" elapsed="0.000306"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.607264" elapsed="0.000045"/>
</return>
<msg time="2026-04-10T03:14:28.607436" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.605423" elapsed="0.002078"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.618084" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.618145" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.618244" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.609554" elapsed="0.008736"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.607609" elapsed="0.010732"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.618547" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.618369" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.607558" elapsed="0.011082"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.621900" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.619666" elapsed="0.002276"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.619405" elapsed="0.002572"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.619385" elapsed="0.002616"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.624432" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.622291" elapsed="0.002185"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.622056" elapsed="0.002454"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.622040" elapsed="0.002494"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.625118" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.624731" elapsed="0.000413"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.625481" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.625213" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.626039" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.625742" elapsed="0.000323"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.625562" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.625196" elapsed="0.000925"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.626668" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.626308" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.627009" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.626764" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.627596" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.627259" elapsed="0.000365"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.627087" elapsed="0.000572"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.626746" elapsed="0.000934"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.627835" elapsed="0.000346"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.628654" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.628363" elapsed="0.000317"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.628832" elapsed="0.002306"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.619014" elapsed="0.012232"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.631441" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.631332" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.631313" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.633875" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.631672" elapsed="0.002230"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.633950" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:28.634108" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.600979" elapsed="0.033154"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.634192" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.598389" elapsed="0.035937"/>
</kw>
<var name="${switch}">48</var>
<status status="PASS" start="2026-04-10T03:14:28.598167" elapsed="0.036199"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.639801" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.639525" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.640237" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.640002" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.640699" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.640457" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.641127" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.640893" elapsed="0.000275"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.641980" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.641789" elapsed="0.000217"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.642344" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.642158" elapsed="0.000212"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.642519" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.643103" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.642860" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.643189" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.643359" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.641384" elapsed="0.002000"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.653584" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.653643" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.653766" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.645465" elapsed="0.008328"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.643454" elapsed="0.010384"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.654019" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.653863" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.643437" elapsed="0.010669"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.657486" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.655067" elapsed="0.002476"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.654840" elapsed="0.002748"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.654822" elapsed="0.002804"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.660308" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.657994" elapsed="0.002361"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.657699" elapsed="0.002691"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.657678" elapsed="0.002735"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.660970" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.660591" elapsed="0.000407"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.661332" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.661067" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.661883" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.661587" elapsed="0.000322"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.661413" elapsed="0.000532"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.661050" elapsed="0.000915"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.662511" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.662136" elapsed="0.000401"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.662851" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.662605" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.663412" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.663103" elapsed="0.000335"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.662931" elapsed="0.000542"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.662588" elapsed="0.000906"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.663666" elapsed="0.000342"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.664474" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.664172" elapsed="0.000337"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.664697" elapsed="0.002163"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.654478" elapsed="0.012445"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.667093" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.666989" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.666971" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.669565" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.667317" elapsed="0.002275"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.669640" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.669794" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.637088" elapsed="0.032730"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.669878" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.634658" elapsed="0.035337"/>
</kw>
<var name="${switch}">49</var>
<status status="PASS" start="2026-04-10T03:14:28.634460" elapsed="0.035617"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.675412" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.675148" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.675866" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.675629" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.676326" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.676066" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.676757" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.676522" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.677603" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.677415" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.677952" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.677785" elapsed="0.000192"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.678124" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.678733" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.678484" elapsed="0.000293"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.678819" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.678971" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.676996" elapsed="0.001999"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.687735" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.687790" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.687879" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.681204" elapsed="0.006701"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.679065" elapsed="0.008884"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.688132" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.687974" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.679048" elapsed="0.009171"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.692794" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.689493" elapsed="0.003364"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.689136" elapsed="0.003772"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.689110" elapsed="0.003833"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.696560" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.693374" elapsed="0.003253"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.693023" elapsed="0.003699"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.692999" elapsed="0.003760"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.697605" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.697027" elapsed="0.000619"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.698133" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.697756" elapsed="0.000461"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.698981" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.698539" elapsed="0.000481"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.698253" elapsed="0.000820"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.697724" elapsed="0.001380"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.700013" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.699380" elapsed="0.000679"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.700555" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.700163" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.701109" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.700818" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.700644" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.700138" elapsed="0.001052"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.701357" elapsed="0.000344"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.702136" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.701864" elapsed="0.000298"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.702330" elapsed="0.002150"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.688617" elapsed="0.015925"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.704718" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.704613" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.704595" elapsed="0.000189"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.707153" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.704928" elapsed="0.002251"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.707228" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:28.707400" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.672739" elapsed="0.034685"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.707483" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.670379" elapsed="0.037241"/>
</kw>
<var name="${switch}">50</var>
<status status="PASS" start="2026-04-10T03:14:28.670165" elapsed="0.037494"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.713174" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.712927" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.713627" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.713390" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.714109" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.713864" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.714579" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.714336" elapsed="0.000285"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.715434" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.715230" elapsed="0.000230"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.715841" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.715651" elapsed="0.000216"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.716016" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.716640" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.716371" elapsed="0.000324"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.716738" elapsed="0.000028"/>
</return>
<msg time="2026-04-10T03:14:28.716889" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.714822" elapsed="0.002092"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.728488" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.728546" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.728676" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.719026" elapsed="0.009707"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.716983" elapsed="0.011849"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.729297" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.728888" elapsed="0.000562"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.716966" elapsed="0.012529"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.736764" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.731616" elapsed="0.005253"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.731073" elapsed="0.005875"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.731035" elapsed="0.005965"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.741476" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.737699" elapsed="0.003823"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.737121" elapsed="0.004435"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.737086" elapsed="0.004493"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.742145" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.741766" elapsed="0.000406"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.742507" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.742240" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.743065" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.742770" elapsed="0.000321"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.742589" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.742223" elapsed="0.000924"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.743710" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.743338" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.744098" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.743849" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.744658" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.744368" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.744178" elapsed="0.000542"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.743830" elapsed="0.000910"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.744892" elapsed="0.000342"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.745699" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.745415" elapsed="0.000310"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.745879" elapsed="0.003529"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.730296" elapsed="0.019178"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.749680" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.749548" elapsed="0.000187"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.749525" elapsed="0.000231"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.752435" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.749903" elapsed="0.002560"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.752512" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:28.752669" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.710350" elapsed="0.042344"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.752753" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.707957" elapsed="0.044912"/>
</kw>
<var name="${switch}">51</var>
<status status="PASS" start="2026-04-10T03:14:28.707744" elapsed="0.045164"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.758305" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.758042" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.758741" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.758506" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.759181" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.758943" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.759657" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.759391" elapsed="0.000309"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.760507" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.760315" elapsed="0.000218"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.760854" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.760686" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.761029" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.761641" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.761385" elapsed="0.000300"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.761727" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.761885" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.759899" elapsed="0.002050"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.771710" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.771788" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.771917" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.763987" elapsed="0.007967"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.762023" elapsed="0.009997"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.772316" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.772056" elapsed="0.000362"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.762005" elapsed="0.010444"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.777385" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.773861" elapsed="0.003588"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.773524" elapsed="0.003978"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.773496" elapsed="0.004042"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.781181" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.777949" elapsed="0.003298"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.777622" elapsed="0.003714"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.777599" elapsed="0.003773"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.782188" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.781639" elapsed="0.000588"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.782754" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.782353" elapsed="0.000492"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.783618" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.783139" elapsed="0.000520"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.782879" elapsed="0.000834"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.782327" elapsed="0.001416"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.784552" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.783998" elapsed="0.000593"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.785064" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.784695" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.786071" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.785500" elapsed="0.000622"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.785181" elapsed="0.001012"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.784670" elapsed="0.001566"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.786576" elapsed="0.000678"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.788005" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.787596" elapsed="0.000447"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.788294" elapsed="0.002254"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.772959" elapsed="0.017713"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.790853" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.790747" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.790728" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.793299" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.791064" elapsed="0.002262"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.793374" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.793526" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.755635" elapsed="0.037915"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.793610" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.753196" elapsed="0.040530"/>
</kw>
<var name="${switch}">52</var>
<status status="PASS" start="2026-04-10T03:14:28.752997" elapsed="0.040768"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.799098" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.798850" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.799588" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.799314" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.800035" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.799793" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.800486" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.800232" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.801345" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.801130" elapsed="0.000241"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.801693" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.801524" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.801870" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.802473" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.802213" elapsed="0.000303"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.802558" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.802713" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.800728" elapsed="0.002009"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.815683" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.815737" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.815865" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.804931" elapsed="0.010960"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.802808" elapsed="0.013128"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.816118" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.815961" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.802791" elapsed="0.013413"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.819371" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.817150" elapsed="0.002264"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.816930" elapsed="0.002519"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.816912" elapsed="0.002561"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.822522" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.819791" elapsed="0.002794"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.819528" elapsed="0.003106"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.819512" elapsed="0.003154"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.823471" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.822920" elapsed="0.000588"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.823980" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.823628" elapsed="0.000438"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.824833" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.824382" elapsed="0.000495"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.824109" elapsed="0.000829"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.823604" elapsed="0.001364"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.825777" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.825230" elapsed="0.000584"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.826260" elapsed="0.000055"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.825911" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.827058" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.826647" elapsed="0.000447"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.826400" elapsed="0.000744"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.825887" elapsed="0.001285"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.827422" elapsed="0.000548"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.828652" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.828207" elapsed="0.000490"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.828872" elapsed="0.002194"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.816579" elapsed="0.014552"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.831328" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.831201" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.831182" elapsed="0.000215"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.833793" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.831568" elapsed="0.002253"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.833871" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:28.834038" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.796444" elapsed="0.037619"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.834126" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.794049" elapsed="0.040200"/>
</kw>
<var name="${switch}">53</var>
<status status="PASS" start="2026-04-10T03:14:28.793853" elapsed="0.040506"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.840148" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.839881" elapsed="0.000314"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.840657" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.840370" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.841116" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.840870" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.841574" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.841332" elapsed="0.000286"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.842443" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.842228" elapsed="0.000241"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.842799" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.842628" elapsed="0.000197"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.842975" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.843645" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.843372" elapsed="0.000319"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.843735" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.843893" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.841823" elapsed="0.002095"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.852638" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.852699" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.852792" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.845971" elapsed="0.006848"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.843992" elapsed="0.008874"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.853054" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.852892" elapsed="0.000228"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.843973" elapsed="0.009168"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.856432" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.854125" elapsed="0.002351"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.853899" elapsed="0.002612"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.853880" elapsed="0.002654"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.858954" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.856810" elapsed="0.002189"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.856588" elapsed="0.002498"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.856572" elapsed="0.002538"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.859806" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.859320" elapsed="0.000514"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.860161" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.859907" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.860829" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.860438" elapsed="0.000436"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.860242" elapsed="0.000685"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.859889" elapsed="0.001067"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.861756" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.861199" elapsed="0.000595"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.862235" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.861892" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.863060" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.862631" elapsed="0.000466"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.862371" elapsed="0.000776"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.861868" elapsed="0.001308"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.863410" elapsed="0.000514"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.864729" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.864261" elapsed="0.000515"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.865003" elapsed="0.003287"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.853536" elapsed="0.014848"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.868634" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.868477" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.868451" elapsed="0.000275"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.872129" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.868931" elapsed="0.003236"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.872235" elapsed="0.000067"/>
</return>
<msg time="2026-04-10T03:14:28.872484" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.837220" elapsed="0.035299"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.872603" elapsed="0.000036"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.834714" elapsed="0.038056"/>
</kw>
<var name="${switch}">54</var>
<status status="PASS" start="2026-04-10T03:14:28.834459" elapsed="0.038366"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.880767" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.880407" elapsed="0.000424"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.881502" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.881050" elapsed="0.000547"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.882399" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.881960" elapsed="0.000502"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.883083" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.882711" elapsed="0.000533"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.884473" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.884172" elapsed="0.000339"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.884988" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.884730" elapsed="0.000295"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.885240" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.886157" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.885798" elapsed="0.000421"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.886305" elapsed="0.000053"/>
</return>
<msg time="2026-04-10T03:14:28.886542" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.883586" elapsed="0.002991"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.899743" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.899827" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.899963" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.889722" elapsed="0.010277"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.886680" elapsed="0.013386"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.900365" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.900103" elapsed="0.000357"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.886654" elapsed="0.013836"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.905346" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.901869" elapsed="0.003541"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.901558" elapsed="0.003905"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.901530" elapsed="0.003968"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.909263" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.905915" elapsed="0.003434"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.905578" elapsed="0.003822"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.905555" elapsed="0.003879"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.910303" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.909712" elapsed="0.000640"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.910880" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.910469" elapsed="0.000502"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.911757" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.911264" elapsed="0.000532"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.911004" elapsed="0.000845"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.910443" elapsed="0.001436"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.912714" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.912136" elapsed="0.000617"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.913312" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.912919" elapsed="0.000479"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.915324" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.914842" elapsed="0.000524"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.913433" elapsed="0.001989"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.912893" elapsed="0.002560"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.915778" elapsed="0.000561"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.916896" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.916592" elapsed="0.000330"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.917079" elapsed="0.002133"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.901026" elapsed="0.018263"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.919467" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.919359" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.919342" elapsed="0.000213"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.921923" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.919701" elapsed="0.002260"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.922022" elapsed="0.000043"/>
</return>
<msg time="2026-04-10T03:14:28.922228" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.876707" elapsed="0.045555"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.922353" elapsed="0.000030"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.873232" elapsed="0.049249"/>
</kw>
<var name="${switch}">55</var>
<status status="PASS" start="2026-04-10T03:14:28.872954" elapsed="0.049568"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.928090" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.927807" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.928551" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.928311" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.929010" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.928757" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.929494" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.929233" elapsed="0.000305"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.930355" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.930143" elapsed="0.000239"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.930707" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.930536" elapsed="0.000197"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.930884" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.931489" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.931229" elapsed="0.000379"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.931663" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:28.931827" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.929740" elapsed="0.002155"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.940417" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.940472" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.940561" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.934064" elapsed="0.006523"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.931973" elapsed="0.008662"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.940816" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.940661" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.931955" elapsed="0.008949"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.944109" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.941851" elapsed="0.002301"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.941628" elapsed="0.002559"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.941610" elapsed="0.002601"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.947353" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.944501" elapsed="0.002924"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.944265" elapsed="0.003212"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.944249" elapsed="0.003280"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.948406" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.947805" elapsed="0.000653"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.948948" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.948570" elapsed="0.000462"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.949814" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.949346" elapsed="0.000508"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.949066" elapsed="0.000840"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.948543" elapsed="0.001394"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.950796" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.950191" elapsed="0.000644"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.951325" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.950938" elapsed="0.000483"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.952182" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.951752" elapsed="0.000469"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.951466" elapsed="0.000827"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.950913" elapsed="0.001412"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.952586" elapsed="0.000510"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.953798" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.953362" elapsed="0.000474"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.954063" elapsed="0.003173"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.941259" elapsed="0.016101"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.957561" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.957434" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.957412" elapsed="0.000217"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:28.960027" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.957774" elapsed="0.002280"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:28.960102" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.960257" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.925321" elapsed="0.034976"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:28.960359" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.922821" elapsed="0.037658"/>
</kw>
<var name="${switch}">56</var>
<status status="PASS" start="2026-04-10T03:14:28.922616" elapsed="0.037903"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.966144" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.965895" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.966599" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.966361" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.967058" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.966801" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.967546" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.967258" elapsed="0.000333"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:28.968465" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:28.968259" elapsed="0.000232"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:28.968812" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:28.968644" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.968987" elapsed="0.000212"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.969621" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.969373" elapsed="0.000295"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:28.969711" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:28.969866" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:28.967793" elapsed="0.002097"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:28.979388" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:28.979463" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:28.979658" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:28.972104" elapsed="0.007592"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.969961" elapsed="0.009798"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.980020" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.979796" elapsed="0.000319"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.969943" elapsed="0.010203"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.984545" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.981487" elapsed="0.003118"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.981159" elapsed="0.003494"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.981133" elapsed="0.003554"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.988042" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:28.985072" elapsed="0.003034"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.984765" elapsed="0.003389"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.984742" elapsed="0.003445"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.988982" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.988460" elapsed="0.000559"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.989491" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.989117" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.990257" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.989852" elapsed="0.000459"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.989605" elapsed="0.000752"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.989091" elapsed="0.001293"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.991120" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.990628" elapsed="0.000529"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:28.991641" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:28.991255" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:28.992426" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:28.992001" elapsed="0.000463"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:28.991754" elapsed="0.000758"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.991230" elapsed="0.001312"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:28.992757" elapsed="0.000476"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:28.993865" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:28.993483" elapsed="0.000419"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:28.994118" elapsed="0.003186"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:28.980678" elapsed="0.016716"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:28.997719" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:28.997565" elapsed="0.000216"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:28.997538" elapsed="0.000276"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.001222" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:28.998189" elapsed="0.003071"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.001345" elapsed="0.000043"/>
</return>
<msg time="2026-04-10T03:14:29.001562" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:28.963219" elapsed="0.038382"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.001685" elapsed="0.000036"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:28.960815" elapsed="0.041038"/>
</kw>
<var name="${switch}">57</var>
<status status="PASS" start="2026-04-10T03:14:28.960607" elapsed="0.041347"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.009546" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.009153" elapsed="0.000461"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.010187" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.009843" elapsed="0.000418"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.010860" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.010509" elapsed="0.000413"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.011539" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.011144" elapsed="0.000460"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.012800" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.012520" elapsed="0.000319"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.013332" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.013063" elapsed="0.000307"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.013591" elapsed="0.000273"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.014468" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.014090" elapsed="0.000442"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.014597" elapsed="0.000043"/>
</return>
<msg time="2026-04-10T03:14:29.014822" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.011900" elapsed="0.002957"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.026629" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.026712" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.026841" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.017521" elapsed="0.009358"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.014960" elapsed="0.011983"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.027208" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.026979" elapsed="0.000355"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.014935" elapsed="0.012432"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.032380" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.028803" elapsed="0.003641"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.028470" elapsed="0.004026"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.028445" elapsed="0.004086"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.036159" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.032939" elapsed="0.003287"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.032612" elapsed="0.003732"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.032588" elapsed="0.003794"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.037028" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.036645" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.037393" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.037126" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.037945" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.037650" elapsed="0.000321"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.037475" elapsed="0.000531"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.037108" elapsed="0.000919"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.038575" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.038200" elapsed="0.000402"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.038922" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.038676" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.039481" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.039172" elapsed="0.000349"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.039001" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.038656" elapsed="0.000921"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.039731" elapsed="0.000340"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.040523" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.040235" elapsed="0.000314"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.040703" elapsed="0.002336"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.027931" elapsed="0.015171"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.043287" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.043167" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.043150" elapsed="0.000204"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.045717" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.043513" elapsed="0.002230"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.045792" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.045945" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.005655" elapsed="0.040314"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.046027" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.002371" elapsed="0.043774"/>
</kw>
<var name="${switch}">58</var>
<status status="PASS" start="2026-04-10T03:14:29.002080" elapsed="0.044104"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.051569" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.051306" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.052031" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.051775" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.052560" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.052309" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.052993" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.052759" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.053836" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.053649" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.054181" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.054015" elapsed="0.000191"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.054371" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.054955" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.054715" elapsed="0.000283"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.055041" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.055265" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.053232" elapsed="0.002074"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.064102" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.064157" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.064247" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.057558" elapsed="0.006734"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.055420" elapsed="0.008919"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.064523" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.064365" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.055400" elapsed="0.009210"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.067938" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.065569" elapsed="0.002412"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.065347" elapsed="0.002669"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.065328" elapsed="0.002712"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.071370" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.068335" elapsed="0.003101"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.068095" elapsed="0.003390"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.068079" elapsed="0.003501"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.072423" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.071849" elapsed="0.000613"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.072961" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.072561" elapsed="0.000484"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.073794" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.073360" elapsed="0.000472"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.073080" elapsed="0.000803"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.072536" elapsed="0.001377"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.074714" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.074167" elapsed="0.000585"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.075293" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.074904" elapsed="0.000474"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.076143" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.075714" elapsed="0.000467"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.075413" elapsed="0.000820"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.074877" elapsed="0.001386"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.076513" elapsed="0.000607"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.077792" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.077388" elapsed="0.000442"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.078058" elapsed="0.003260"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.064962" elapsed="0.016449"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.081662" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.081509" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.081483" elapsed="0.000275"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.085184" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.081976" elapsed="0.003235"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.085259" elapsed="0.000045"/>
</return>
<msg time="2026-04-10T03:14:29.085430" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.048880" elapsed="0.036574"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.085513" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.046482" elapsed="0.039149"/>
</kw>
<var name="${switch}">59</var>
<status status="PASS" start="2026-04-10T03:14:29.046284" elapsed="0.039390"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.091220" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.090975" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.091716" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.091437" elapsed="0.000329"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.092158" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.091919" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.092603" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.092366" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.093447" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.093242" elapsed="0.000231"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.093791" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.093624" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.093967" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.094566" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.094322" elapsed="0.000287"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.094651" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:29.094803" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.092841" elapsed="0.002021"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.107033" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.107115" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.107248" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.096881" elapsed="0.010436"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.094936" elapsed="0.012450"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.107681" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.107422" elapsed="0.000357"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.094918" elapsed="0.012891"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.112560" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.109218" elapsed="0.003404"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.108882" elapsed="0.003793"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.108855" elapsed="0.003854"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.116407" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.113113" elapsed="0.003361"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.112791" elapsed="0.003735"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.112767" elapsed="0.003793"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.117400" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.116827" elapsed="0.000612"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.117909" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.117542" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.118734" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.118299" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.118026" elapsed="0.000799"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.117516" elapsed="0.001339"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.119687" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.119106" elapsed="0.000620"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.120196" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.119828" elapsed="0.000480"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.120913" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.120602" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.120344" elapsed="0.000630"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.119803" elapsed="0.001191"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.121146" elapsed="0.000359"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.121947" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.121670" elapsed="0.000303"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.122126" elapsed="0.003640"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.108353" elapsed="0.017524"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.126057" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.125948" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.125929" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.128539" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.126287" elapsed="0.002279"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.128614" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:29.128770" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.088437" elapsed="0.040358"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.128855" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.085954" elapsed="0.043018"/>
</kw>
<var name="${switch}">60</var>
<status status="PASS" start="2026-04-10T03:14:29.085760" elapsed="0.043252"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.134415" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.134151" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.134851" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.134616" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.135307" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.135052" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.135754" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.135517" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.136602" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.136412" elapsed="0.000216"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.136946" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.136779" elapsed="0.000192"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.137120" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.137721" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.137476" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.137808" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.137961" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.135997" elapsed="0.001989"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.147691" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.147811" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.148076" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.140003" elapsed="0.008131"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.138056" elapsed="0.010179"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.148678" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.148327" elapsed="0.000496"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.138039" elapsed="0.010832"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.155146" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.150989" elapsed="0.004222"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.150494" elapsed="0.004770"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.150455" elapsed="0.004866"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.159094" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.155779" elapsed="0.003382"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.155417" elapsed="0.003796"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.155386" elapsed="0.003863"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.160115" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.159556" elapsed="0.000600"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.160657" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.160259" elapsed="0.000483"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.161564" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.161038" elapsed="0.000565"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.160777" elapsed="0.000880"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.160234" elapsed="0.001454"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.162505" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.161948" elapsed="0.000597"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.163015" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.162647" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.163939" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.163467" elapsed="0.000511"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.163134" elapsed="0.000897"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.162622" elapsed="0.001440"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.164309" elapsed="0.000544"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.165319" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.165020" elapsed="0.000327"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.165503" elapsed="0.002271"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.149679" elapsed="0.018169"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.168026" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.167918" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.167900" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.170716" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.168237" elapsed="0.002512"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.170809" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:29.170999" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.131755" elapsed="0.039273"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.171090" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.129316" elapsed="0.041895"/>
</kw>
<var name="${switch}">61</var>
<status status="PASS" start="2026-04-10T03:14:29.129102" elapsed="0.042207"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.176854" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.176599" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.177315" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.177058" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.177767" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.177522" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.178205" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.177964" elapsed="0.000284"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.179128" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.178887" elapsed="0.000270"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.179520" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.179331" elapsed="0.000217"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.179713" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.180332" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.180068" elapsed="0.000308"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.180420" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:29.180578" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.178478" elapsed="0.002127"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.190735" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.190789" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.190878" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.182835" elapsed="0.008107"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.180679" elapsed="0.010309"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.191176" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.191014" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.180661" elapsed="0.010627"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.197174" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.192349" elapsed="0.004945"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.192095" elapsed="0.005278"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.192077" elapsed="0.005349"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.202977" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.198038" elapsed="0.005040"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.197549" elapsed="0.005675"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.197514" elapsed="0.005792"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.204670" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.203756" elapsed="0.000947"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.205050" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.204774" elapsed="0.000340"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.205637" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.205333" elapsed="0.000334"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.205138" elapsed="0.000566"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.204756" elapsed="0.000970"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.206261" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.205899" elapsed="0.000407"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.206649" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.206389" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.207195" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.206902" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.206730" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.206371" elapsed="0.000922"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.207449" elapsed="0.000366"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.208322" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.207981" elapsed="0.000369"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.208514" elapsed="0.002135"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.191729" elapsed="0.018984"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.210894" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.210784" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.210764" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.213446" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.211112" elapsed="0.002361"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.213522" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:29.213678" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.174077" elapsed="0.039625"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.213762" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.171645" elapsed="0.042236"/>
</kw>
<var name="${switch}">62</var>
<status status="PASS" start="2026-04-10T03:14:29.171400" elapsed="0.042520"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.219619" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.219334" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.220074" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.219829" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.220596" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.220340" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.221045" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.220801" elapsed="0.000289"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.221936" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.221737" elapsed="0.000270"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.222366" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.222167" elapsed="0.000227"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.222593" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.223196" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.222952" elapsed="0.000288"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.223299" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:29.223462" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.221319" elapsed="0.002190"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.233785" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.233845" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.233942" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.225609" elapsed="0.008364"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.223586" elapsed="0.010434"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.234212" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.234049" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.223567" elapsed="0.010758"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.238785" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.235300" elapsed="0.003581"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.235056" elapsed="0.003903"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.235038" elapsed="0.003973"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.244813" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.239700" elapsed="0.005159"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.239134" elapsed="0.005760"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.239099" elapsed="0.005819"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.245535" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.245120" elapsed="0.000442"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.245897" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.245636" elapsed="0.000331"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.246493" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.246172" elapsed="0.000349"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.245991" elapsed="0.000565"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.245618" elapsed="0.000960"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.247127" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.246757" elapsed="0.000397"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.247576" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.247300" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.248131" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.247835" elapsed="0.000324"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.247659" elapsed="0.000536"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.247260" elapsed="0.000956"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.248390" elapsed="0.000369"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.249233" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.248928" elapsed="0.000332"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.249435" elapsed="0.002352"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.234695" elapsed="0.017168"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.252071" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.251956" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.251936" elapsed="0.000215"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.254568" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.252336" elapsed="0.002259"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.254645" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:29.254806" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.216698" elapsed="0.038133"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.254903" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.214206" elapsed="0.040821"/>
</kw>
<var name="${switch}">63</var>
<status status="PASS" start="2026-04-10T03:14:29.214009" elapsed="0.041059"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.260602" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.260350" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.261063" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.260805" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.261529" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.261283" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.261973" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.261725" elapsed="0.000291"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.262984" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.262769" elapsed="0.000244"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.263359" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.263169" elapsed="0.000216"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.263570" elapsed="0.000192"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.264182" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.263932" elapsed="0.000293"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.264284" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:29.264443" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.262219" elapsed="0.002287"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.275366" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.275447" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.275609" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.266582" elapsed="0.009066"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.264582" elapsed="0.011134"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.275998" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.275752" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.264563" elapsed="0.011569"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.281298" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.277635" elapsed="0.003730"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.277255" elapsed="0.004165"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.277228" elapsed="0.004227"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.285160" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.281879" elapsed="0.003349"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.281539" elapsed="0.003762"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.281514" elapsed="0.003824"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.286170" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.285606" elapsed="0.000612"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.286731" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.286350" elapsed="0.000468"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.287621" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.287113" elapsed="0.000550"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.286853" elapsed="0.000864"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.286321" elapsed="0.001429"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.288632" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.288052" elapsed="0.000620"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.289184" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.288776" elapsed="0.000524"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.290057" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.289607" elapsed="0.000488"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.289338" elapsed="0.000811"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.288750" elapsed="0.001430"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.290429" elapsed="0.000510"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.291668" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.291184" elapsed="0.000524"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.292004" elapsed="0.003367"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.276706" elapsed="0.018871"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.295847" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.295683" elapsed="0.000230"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.295656" elapsed="0.000290"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.298654" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.296207" elapsed="0.002477"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.298735" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:29.298906" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.257816" elapsed="0.041116"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.299008" elapsed="0.000030"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.255385" elapsed="0.043755"/>
</kw>
<var name="${switch}">64</var>
<status status="PASS" start="2026-04-10T03:14:29.255165" elapsed="0.044017"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.304623" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.304366" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.305061" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.304824" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.305522" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.305263" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.305986" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.305720" elapsed="0.000311"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.306860" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.306664" elapsed="0.000222"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.307214" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.307041" elapsed="0.000199"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.307412" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.308112" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.307865" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.308200" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:29.308380" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.306238" elapsed="0.002167"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.318192" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.318301" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.318557" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.310665" elapsed="0.007934"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.308481" elapsed="0.010189"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.318932" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.318707" elapsed="0.000318"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.308462" elapsed="0.010592"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.323727" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.320455" elapsed="0.003335"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.320117" elapsed="0.003723"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.320091" elapsed="0.003783"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.327400" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.324266" elapsed="0.003243"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.323953" elapsed="0.003611"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.323930" elapsed="0.003668"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.328467" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.327872" elapsed="0.000637"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.329028" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.328616" elapsed="0.000504"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.329910" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.329466" elapsed="0.000482"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.329167" elapsed="0.000835"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.328584" elapsed="0.001450"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.330859" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.330319" elapsed="0.000578"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.331389" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.331000" elapsed="0.000503"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.332239" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.331810" elapsed="0.000488"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.331546" elapsed="0.000808"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.330974" elapsed="0.001410"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.332612" elapsed="0.000507"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.333804" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.333387" elapsed="0.000454"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.334071" elapsed="0.003341"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.319615" elapsed="0.017890"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.337763" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.337605" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.337578" elapsed="0.000283"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.341226" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.338080" elapsed="0.003173"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.341318" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:29.341477" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.301902" elapsed="0.039600"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.341563" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.299522" elapsed="0.042166"/>
</kw>
<var name="${switch}">65</var>
<status status="PASS" start="2026-04-10T03:14:29.299293" elapsed="0.042474"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.347595" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.347306" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.348046" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.347808" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.348510" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.348249" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.348942" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.348706" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.349826" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.349629" elapsed="0.000223"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.350176" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.350007" elapsed="0.000194"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.350368" elapsed="0.000193"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.350964" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.350718" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.351052" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:29.351209" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.349191" elapsed="0.002042"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.360554" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.360622" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.360764" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.353463" elapsed="0.007340"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.351325" elapsed="0.009547"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.361156" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.360913" elapsed="0.000404"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.351305" elapsed="0.010054"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.366508" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.362950" elapsed="0.003624"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.362597" elapsed="0.004035"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.362566" elapsed="0.004102"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.370600" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.367083" elapsed="0.003587"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.366752" elapsed="0.004092"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.366728" elapsed="0.004161"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.371881" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.371179" elapsed="0.000743"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.372578" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.372174" elapsed="0.000472"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.373174" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.372843" elapsed="0.000360"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.372668" elapsed="0.000572"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.372003" elapsed="0.001258"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.373871" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.373457" elapsed="0.000441"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.374218" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.373968" elapsed="0.000333"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.374857" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.374504" elapsed="0.000380"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.374326" elapsed="0.000594"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.373950" elapsed="0.000990"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.375099" elapsed="0.000384"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.376069" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.375655" elapsed="0.000441"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.376257" elapsed="0.002522"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.361945" elapsed="0.016906"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.379048" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.378927" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.378904" elapsed="0.000218"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.382094" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.379292" elapsed="0.002842"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.382206" elapsed="0.000049"/>
</return>
<msg time="2026-04-10T03:14:29.382467" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.344643" elapsed="0.037861"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.382594" elapsed="0.000039"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.342067" elapsed="0.040704"/>
</kw>
<var name="${switch}">66</var>
<status status="PASS" start="2026-04-10T03:14:29.341866" elapsed="0.040965"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.391123" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.390709" elapsed="0.000487"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.391827" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.391441" elapsed="0.000456"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.392574" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.392196" elapsed="0.000450"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.393098" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.392862" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.393971" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.393774" elapsed="0.000223"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.394334" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.394150" elapsed="0.000210"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.394510" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.395156" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.394863" elapsed="0.000338"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.395245" elapsed="0.000047"/>
</return>
<msg time="2026-04-10T03:14:29.395426" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.393367" elapsed="0.002103"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.405635" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.405718" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.405848" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.397528" elapsed="0.008359"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.395548" elapsed="0.010405"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.406218" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.405989" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.395530" elapsed="0.010839"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.411516" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.407800" elapsed="0.003784"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.407445" elapsed="0.004193"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.407420" elapsed="0.004254"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.415411" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.412093" elapsed="0.003410"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.411757" elapsed="0.003798"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.411733" elapsed="0.003857"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.416464" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.415877" elapsed="0.000627"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.416984" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.416607" elapsed="0.000463"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.417834" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.417391" elapsed="0.000481"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.417104" elapsed="0.000821"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.416582" elapsed="0.001373"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.418838" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.418263" elapsed="0.000613"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.419433" elapsed="0.000049"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.419039" elapsed="0.000497"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.420311" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.419876" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.419571" elapsed="0.000829"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.419012" elapsed="0.001416"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.420646" elapsed="0.000480"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.421853" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.421392" elapsed="0.000498"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.422111" elapsed="0.002986"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.406905" elapsed="0.018257"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.425354" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.425230" elapsed="0.000170"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.425212" elapsed="0.000209"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.427847" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.425610" elapsed="0.002264"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.427924" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:29.428082" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.386961" elapsed="0.041146"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.428167" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.383303" elapsed="0.044999"/>
</kw>
<var name="${switch}">67</var>
<status status="PASS" start="2026-04-10T03:14:29.382976" elapsed="0.045366"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.433871" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.433619" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.434330" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.434076" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.434783" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.434538" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.435217" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.434982" elapsed="0.000277"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.436164" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.435963" elapsed="0.000228"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.436534" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.436362" elapsed="0.000198"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.436712" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.437319" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.437060" elapsed="0.000307"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.437410" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:29.437568" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.435508" elapsed="0.002135"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.448577" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.448723" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.448862" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.439954" elapsed="0.008946"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.437728" elapsed="0.011241"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.449254" elapsed="0.000058"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.449012" elapsed="0.000368"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.437704" elapsed="0.011709"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.454267" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.450852" elapsed="0.003504"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.450522" elapsed="0.003889"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.450495" elapsed="0.003952"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.458567" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.454910" elapsed="0.003736"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.454531" elapsed="0.004171"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.454507" elapsed="0.004235"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.459817" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.459084" elapsed="0.000781"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.460454" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.459985" elapsed="0.000569"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.461498" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.460940" elapsed="0.000603"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.460600" elapsed="0.001010"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.459955" elapsed="0.001695"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.462700" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.461982" elapsed="0.000766"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.463308" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.462866" elapsed="0.000542"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.464303" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.463832" elapsed="0.000512"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.463492" elapsed="0.000905"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.462836" elapsed="0.001591"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.464656" elapsed="0.000356"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.465499" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.465179" elapsed="0.000346"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.465679" elapsed="0.002230"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.449966" elapsed="0.018078"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.468236" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.468121" elapsed="0.000181"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.468101" elapsed="0.000224"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.470823" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.468546" elapsed="0.002309"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.470916" elapsed="0.000045"/>
</return>
<msg time="2026-04-10T03:14:29.471102" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.431104" elapsed="0.040023"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.471190" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.428645" elapsed="0.042686"/>
</kw>
<var name="${switch}">68</var>
<status status="PASS" start="2026-04-10T03:14:29.428441" elapsed="0.042933"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.477412" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.477094" elapsed="0.000367"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.477874" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.477620" elapsed="0.000359"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.478401" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.478136" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.478836" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.478598" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.479751" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.479544" elapsed="0.000233"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.480100" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.479931" elapsed="0.000194"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.480290" elapsed="0.000205"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.480952" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.480702" elapsed="0.000295"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.481042" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:29.481207" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.479091" elapsed="0.002141"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.490743" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.490848" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.491293" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.483523" elapsed="0.007814"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.481466" elapsed="0.009943"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.491752" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.491485" elapsed="0.000370"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.481318" elapsed="0.010569"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.497176" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.493623" elapsed="0.003619"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.493260" elapsed="0.004058"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.493230" elapsed="0.004128"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.500959" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.497773" elapsed="0.003233"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.497443" elapsed="0.003598"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.497419" elapsed="0.003646"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.501708" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.501284" elapsed="0.000452"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.502062" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.501806" elapsed="0.000315"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.502663" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.502338" elapsed="0.000352"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.502144" elapsed="0.000582"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.501788" elapsed="0.000959"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.503399" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.502986" elapsed="0.000441"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.503813" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.503547" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.504388" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.504072" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.503896" elapsed="0.000554"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.503517" elapsed="0.000954"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.504630" elapsed="0.000349"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.505463" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.505144" elapsed="0.000346"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.505645" elapsed="0.003734"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.492642" elapsed="0.016810"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.509640" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.509525" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.509505" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.512102" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.509861" elapsed="0.002268"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.512178" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:29.512358" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.474370" elapsed="0.038014"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.512445" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.471802" elapsed="0.040764"/>
</kw>
<var name="${switch}">69</var>
<status status="PASS" start="2026-04-10T03:14:29.471547" elapsed="0.041123"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.518960" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.518587" elapsed="0.000440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.519652" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.519257" elapsed="0.000471"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.520348" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.519955" elapsed="0.000459"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.521009" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.520642" elapsed="0.000436"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.522339" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.522032" elapsed="0.000347"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.522859" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.522608" elapsed="0.000289"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.523119" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.524048" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.523679" elapsed="0.000436"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.524178" elapsed="0.000043"/>
</return>
<msg time="2026-04-10T03:14:29.524429" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.521403" elapsed="0.003066"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.534765" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.534823" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.534921" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.527604" elapsed="0.007343"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.524625" elapsed="0.010369"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.535188" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.535021" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.524587" elapsed="0.010714"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.538742" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.536339" elapsed="0.002446"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.536092" elapsed="0.002728"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.536073" elapsed="0.002771"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.541686" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.539126" elapsed="0.002624"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.538900" elapsed="0.002967"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.538884" elapsed="0.003018"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.542786" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.542176" elapsed="0.000649"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.543303" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.542924" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.544155" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.543712" elapsed="0.000482"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.543420" elapsed="0.000826"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.542898" elapsed="0.001401"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.545065" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.544549" elapsed="0.000554"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.545574" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.545200" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.546366" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.545931" elapsed="0.000472"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.545688" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.545175" elapsed="0.001308"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.546701" elapsed="0.000489"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.547962" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.547531" elapsed="0.000469"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.548223" elapsed="0.002318"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.535724" elapsed="0.014882"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.550782" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.550673" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.550655" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.553259" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.550995" elapsed="0.002305"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.553350" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:29.553510" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.515494" elapsed="0.038041"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.553594" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.512992" elapsed="0.040719"/>
</kw>
<var name="${switch}">70</var>
<status status="PASS" start="2026-04-10T03:14:29.512774" elapsed="0.040977"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.559185" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.558939" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.559698" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.559401" elapsed="0.000348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.560186" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.559942" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.560633" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.560398" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.561487" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.561292" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.561838" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.561668" elapsed="0.000196"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.562014" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.562618" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.562373" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.562710" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:29.562911" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.560877" elapsed="0.002061"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.573145" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.573199" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.573305" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.565151" elapsed="0.008181"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.563010" elapsed="0.010367"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.573559" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.573402" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.562992" elapsed="0.010653"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.576878" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.574586" elapsed="0.002336"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.574365" elapsed="0.002592"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.574347" elapsed="0.002635"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.579488" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.577260" elapsed="0.002274"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.577038" elapsed="0.002531"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.577022" elapsed="0.002570"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.580161" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.579775" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.580535" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.580256" elapsed="0.000337"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.581118" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.580793" elapsed="0.000352"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.580617" elapsed="0.000565"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.580238" elapsed="0.000965"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.581764" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.581397" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.582173" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.581917" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.582894" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.582566" elapsed="0.000356"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.582256" elapsed="0.000703"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.581898" elapsed="0.001082"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.583138" elapsed="0.000416"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.584014" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.583723" elapsed="0.000320"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.584203" elapsed="0.002246"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.573998" elapsed="0.012528"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.586711" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.586597" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.586578" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.589338" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.586928" elapsed="0.002437"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.589416" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:29.589582" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.556525" elapsed="0.033082"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.589668" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.554052" elapsed="0.035738"/>
</kw>
<var name="${switch}">71</var>
<status status="PASS" start="2026-04-10T03:14:29.553848" elapsed="0.035987"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.595960" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.595683" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.596424" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.596164" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.596875" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.596630" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.597383" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.597071" elapsed="0.000356"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.598259" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.598056" elapsed="0.000246"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.598653" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.598476" elapsed="0.000204"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.598833" elapsed="0.000198"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.599483" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.599191" elapsed="0.000336"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.599573" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:29.599745" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.597643" elapsed="0.002199"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.610856" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.610939" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.611076" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.602016" elapsed="0.009088"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.599927" elapsed="0.011238"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.611486" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.611200" elapsed="0.000362"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.599905" elapsed="0.011679"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.618055" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.612849" elapsed="0.005307"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.612477" elapsed="0.005759"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.612454" elapsed="0.005867"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.622794" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.618949" elapsed="0.003911"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.618453" elapsed="0.004459"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.618415" elapsed="0.004532"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.623886" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.623244" elapsed="0.000682"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.624430" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.624028" elapsed="0.000487"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.625228" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.624813" elapsed="0.000453"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.624550" elapsed="0.000790"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.624002" elapsed="0.001369"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.626141" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.625615" elapsed="0.000563"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.626648" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.626297" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.627501" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.627038" elapsed="0.000503"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.626764" elapsed="0.000827"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.626251" elapsed="0.001369"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.627840" elapsed="0.000539"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.629053" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.628629" elapsed="0.000472"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.629363" elapsed="0.003037"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.612036" elapsed="0.020506"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.632733" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.632615" elapsed="0.000166"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.632596" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.635170" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.632953" elapsed="0.002250"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.635254" elapsed="0.000055"/>
</return>
<msg time="2026-04-10T03:14:29.635464" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.592882" elapsed="0.042609"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.635554" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.590163" elapsed="0.045513"/>
</kw>
<var name="${switch}">72</var>
<status status="PASS" start="2026-04-10T03:14:29.589947" elapsed="0.045769"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.641141" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.640892" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.641601" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.641360" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.642057" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.641806" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.642528" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.642282" elapsed="0.000290"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.643393" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.643180" elapsed="0.000272"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.643783" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.643610" elapsed="0.000198"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.643959" elapsed="0.000190"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.644578" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.644321" elapsed="0.000300"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.644665" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:29.644819" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.642775" elapsed="0.002069"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.654143" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.654224" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.654463" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.646942" elapsed="0.007559"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.644916" elapsed="0.009650"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.654836" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.654604" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.644898" elapsed="0.010061"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.659840" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.656414" elapsed="0.003488"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.656068" elapsed="0.003886"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.656041" elapsed="0.003948"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.663509" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.660427" elapsed="0.003148"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.660069" elapsed="0.003555"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.660045" elapsed="0.003612"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.664540" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.663960" elapsed="0.000620"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.665034" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.664679" elapsed="0.000436"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.665836" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.665415" elapsed="0.000457"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.665148" elapsed="0.000774"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.664654" elapsed="0.001297"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.666747" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.666190" elapsed="0.000597"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.667258" elapsed="0.000055"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.666887" elapsed="0.000479"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.668121" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.667688" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.667399" elapsed="0.000810"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.666862" elapsed="0.001377"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.668481" elapsed="0.000502"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.669635" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.669218" elapsed="0.000455"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.669893" elapsed="0.003042"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.655547" elapsed="0.017479"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.673300" elapsed="0.000024"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.673122" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.673096" elapsed="0.000304"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.676574" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.673627" elapsed="0.002975"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.676652" elapsed="0.000039"/>
</return>
<msg time="2026-04-10T03:14:29.676822" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.638455" elapsed="0.038393"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.676909" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.636032" elapsed="0.040998"/>
</kw>
<var name="${switch}">73</var>
<status status="PASS" start="2026-04-10T03:14:29.635819" elapsed="0.041329"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.682795" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.682511" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.683236" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.682998" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.683734" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.683487" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.684171" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.683934" elapsed="0.000292"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.685082" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.684886" elapsed="0.000224"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.685454" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.685263" elapsed="0.000217"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.685631" elapsed="0.000195"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.686230" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.685982" elapsed="0.000308"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.686335" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:29.686491" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.684465" elapsed="0.002052"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.698741" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.698883" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.699122" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.688808" elapsed="0.010360"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.686589" elapsed="0.012699"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.699796" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.699347" elapsed="0.000574"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.686571" elapsed="0.013388"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.706263" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.701963" elapsed="0.004401"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.701510" elapsed="0.004917"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.701474" elapsed="0.004993"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.710129" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.706962" elapsed="0.003233"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.706564" elapsed="0.003788"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.706536" elapsed="0.003847"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.711169" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.710664" elapsed="0.000536"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.711679" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.711314" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.712394" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.711985" elapsed="0.000439"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.711770" elapsed="0.000695"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.711266" elapsed="0.001223"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.713136" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.712702" elapsed="0.000463"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.713575" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.713248" elapsed="0.000393"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.714214" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.713882" elapsed="0.000361"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.713667" elapsed="0.000661"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.713228" elapsed="0.001129"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.714548" elapsed="0.000403"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.715553" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.715149" elapsed="0.000436"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.715775" elapsed="0.002583"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.700779" elapsed="0.017655"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.718626" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.718507" elapsed="0.000174"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.718488" elapsed="0.000215"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.721107" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.718860" elapsed="0.002274"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.721183" elapsed="0.000038"/>
</return>
<msg time="2026-04-10T03:14:29.721371" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.679981" elapsed="0.041415"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.721459" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.677491" elapsed="0.044093"/>
</kw>
<var name="${switch}">74</var>
<status status="PASS" start="2026-04-10T03:14:29.677255" elapsed="0.044372"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.727345" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.727062" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.727809" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.727567" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.728334" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.728069" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.728771" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.728533" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.729640" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.729440" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.729993" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.729821" elapsed="0.000197"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.730168" elapsed="0.000207"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.730777" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.730531" elapsed="0.000290"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.730863" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:29.731019" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.729019" elapsed="0.002025"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.741576" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.741634" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.741725" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.733114" elapsed="0.008637"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.731117" elapsed="0.010679"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.741976" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.741820" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.731099" elapsed="0.010963"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.745263" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.743007" elapsed="0.002316"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.742784" elapsed="0.002575"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.742766" elapsed="0.002616"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.747840" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.745660" elapsed="0.002226"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.745438" elapsed="0.002482"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.745422" elapsed="0.002521"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.748529" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.748127" elapsed="0.000430"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.748879" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.748627" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.749445" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.749133" elapsed="0.000340"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.748960" elapsed="0.000567"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.748609" elapsed="0.000949"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.750161" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.749772" elapsed="0.000416"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.750567" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.750314" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.751113" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.750821" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.750647" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.750295" elapsed="0.000902"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.751369" elapsed="0.000365"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.752178" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.751900" elapsed="0.000304"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.752377" elapsed="0.002280"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.742434" elapsed="0.012286"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.754893" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.754787" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.754769" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.757375" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.755106" elapsed="0.002297"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.757452" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:29.757607" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.724419" elapsed="0.033212"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.757690" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.721957" elapsed="0.035850"/>
</kw>
<var name="${switch}">75</var>
<status status="PASS" start="2026-04-10T03:14:29.721738" elapsed="0.036108"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.763216" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.762968" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.763687" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.763449" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.764129" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.763888" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.764578" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.764340" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.765430" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.765225" elapsed="0.000231"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.765778" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.765610" elapsed="0.000194"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.765954" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.766556" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.766310" elapsed="0.000289"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.766641" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.766794" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.764821" elapsed="0.002034"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.777818" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.777938" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.778134" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.768917" elapsed="0.009275"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.766930" elapsed="0.011401"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.778739" elapsed="0.000050"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.778390" elapsed="0.000497"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.766912" elapsed="0.012022"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.786551" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.781131" elapsed="0.005519"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.780613" elapsed="0.006117"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.780572" elapsed="0.006212"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.789788" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.787559" elapsed="0.002275"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.786917" elapsed="0.002951"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.786878" elapsed="0.003015"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.790472" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.790073" elapsed="0.000426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.790819" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.790568" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.791407" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.791072" elapsed="0.000362"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.790898" elapsed="0.000572"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.790551" elapsed="0.000939"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.792025" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.791664" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.792385" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.792121" elapsed="0.000321"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.792944" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.792651" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.792465" elapsed="0.000539"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.792103" elapsed="0.000922"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.793188" elapsed="0.000361"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.793986" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.793716" elapsed="0.000296"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.794290" elapsed="0.002273"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.779788" elapsed="0.016871"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.796836" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.796729" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.796710" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.799236" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.797050" elapsed="0.002212"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.799326" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:29.799502" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.760544" elapsed="0.038983"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.799587" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.758135" elapsed="0.041570"/>
</kw>
<var name="${switch}">76</var>
<status status="PASS" start="2026-04-10T03:14:29.757938" elapsed="0.041807"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.805241" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.804858" elapsed="0.000443"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.805693" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.805457" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.806131" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.805893" elapsed="0.000281"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.806578" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.806341" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.807508" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.807255" elapsed="0.000280"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.807867" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.807690" elapsed="0.000202"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.808047" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.808657" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.808410" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.808744" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.808896" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.806848" elapsed="0.002072"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.821546" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.821621" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.821789" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.811075" elapsed="0.010750"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.808990" elapsed="0.012898"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.822136" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.821921" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.808973" elapsed="0.013284"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.828595" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.823635" elapsed="0.005059"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.823248" elapsed="0.005524"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.823223" elapsed="0.005603"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.834316" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.829474" elapsed="0.004946"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.828949" elapsed="0.005550"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.828912" elapsed="0.005637"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.835749" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.834937" elapsed="0.000839"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.836094" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.835846" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.836661" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.836364" elapsed="0.000322"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.836175" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.835828" elapsed="0.000915"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.837285" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.836914" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.837632" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.837383" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.838178" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.837890" elapsed="0.000313"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.837716" elapsed="0.000522"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.837365" elapsed="0.000894"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.838425" elapsed="0.000339"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.839198" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.838928" elapsed="0.000296"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.839416" elapsed="0.002187"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.822763" elapsed="0.018907"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.841841" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.841736" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.841718" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.844244" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.842053" elapsed="0.002231"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.844334" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:29.844487" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.802429" elapsed="0.042082"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.844571" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.800037" elapsed="0.044650"/>
</kw>
<var name="${switch}">77</var>
<status status="PASS" start="2026-04-10T03:14:29.799843" elapsed="0.044916"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.850220" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.849972" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.850680" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.850439" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.851119" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.850881" elapsed="0.000280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.851594" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.851328" elapsed="0.000309"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.852446" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.852240" elapsed="0.000232"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.852796" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.852626" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.852970" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.853578" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.853331" elapsed="0.000291"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.853670" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.853824" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.851835" elapsed="0.002013"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.862877" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.862937" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.863034" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.855886" elapsed="0.007174"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.853919" elapsed="0.009189"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.863324" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.863134" elapsed="0.000273"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.853901" elapsed="0.009528"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.866666" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.864435" elapsed="0.002274"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.864183" elapsed="0.002561"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.864164" elapsed="0.002603"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.869981" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.867039" elapsed="0.003009"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.866821" elapsed="0.003344"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.866805" elapsed="0.003396"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.871078" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.870507" elapsed="0.000611"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.871634" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.871221" elapsed="0.000498"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.872466" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.872008" elapsed="0.000496"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.871752" elapsed="0.000805"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.871195" elapsed="0.001392"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.873389" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.872840" elapsed="0.000587"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.873891" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.873528" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.874713" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.874263" elapsed="0.000489"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.874007" elapsed="0.000798"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.873504" elapsed="0.001331"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.875065" elapsed="0.000566"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.876089" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.875796" elapsed="0.000319"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.876269" elapsed="0.003668"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.863815" elapsed="0.016190"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.880184" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.880073" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.880055" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.882621" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.880417" elapsed="0.002231"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.882701" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:29.882861" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.847426" elapsed="0.035460"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.882946" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.845041" elapsed="0.038022"/>
</kw>
<var name="${switch}">78</var>
<status status="PASS" start="2026-04-10T03:14:29.844846" elapsed="0.038256"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.888523" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.888257" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.888964" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.888728" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.889476" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.889214" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.889908" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.889672" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.890764" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.890569" elapsed="0.000221"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.891113" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.890944" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.891306" elapsed="0.000206"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.891912" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.891669" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.891998" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.892152" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.890150" elapsed="0.002026"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.904379" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.904434" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.904523" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.894183" elapsed="0.010367"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.892247" elapsed="0.012348"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.904784" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.904620" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.892230" elapsed="0.012639"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.909242" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.905956" elapsed="0.003415"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.905736" elapsed="0.003716"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.905718" elapsed="0.003786"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.915041" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.910130" elapsed="0.005012"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.909630" elapsed="0.005588"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.909592" elapsed="0.005705"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.916183" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.915773" elapsed="0.000438"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.916551" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.916297" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.917105" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.916807" elapsed="0.000324"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.916632" elapsed="0.000535"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.916264" elapsed="0.000924"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.917736" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.917376" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.918131" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.917881" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.918693" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.918401" elapsed="0.000318"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.918211" elapsed="0.000544"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.917862" elapsed="0.000913"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.918931" elapsed="0.000359"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.919765" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.919479" elapsed="0.000312"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.919945" elapsed="0.002127"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.905384" elapsed="0.016751"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.922348" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.922202" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.922184" elapsed="0.000234"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.924800" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.922565" elapsed="0.002261"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.924876" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:29.925034" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.885817" elapsed="0.039242"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.925120" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.883428" elapsed="0.041809"/>
</kw>
<var name="${switch}">79</var>
<status status="PASS" start="2026-04-10T03:14:29.883197" elapsed="0.042095"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.930674" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.930423" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.931114" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.930877" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.931589" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.931333" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.932023" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.931788" elapsed="0.000278"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.932878" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.932687" elapsed="0.000218"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.933229" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.933059" elapsed="0.000196"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.933423" elapsed="0.000189"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.934028" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.933769" elapsed="0.000303"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.934115" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.934280" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.932263" elapsed="0.002080"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.954970" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.955025" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.955115" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.936527" elapsed="0.018614"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.934419" elapsed="0.020767"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.955402" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.955210" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.934401" elapsed="0.021093"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.958621" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.956432" elapsed="0.002232"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.956195" elapsed="0.002504"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.956178" elapsed="0.002545"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.961143" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.958997" elapsed="0.002191"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.958778" elapsed="0.002444"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.958761" elapsed="0.002484"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.961807" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.961437" elapsed="0.000397"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.962152" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.961903" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.962714" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.962420" elapsed="0.000321"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.962231" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.961886" elapsed="0.000911"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.963342" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.962969" elapsed="0.000424"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.963714" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.963466" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.964258" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:29.963967" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.963793" elapsed="0.000542"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.963448" elapsed="0.000908"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:29.964510" elapsed="0.000346"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:29.965308" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:29.965021" elapsed="0.000314"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.965490" elapsed="0.002159"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.955849" elapsed="0.011900"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:29.967924" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:29.967817" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.967799" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:29.970359" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:29.968134" elapsed="0.002252"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:29.970435" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:29.970589" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.927982" elapsed="0.042632"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:29.970674" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.925593" elapsed="0.045200"/>
</kw>
<var name="${switch}">80</var>
<status status="PASS" start="2026-04-10T03:14:29.925390" elapsed="0.045442"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.976341" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.976076" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.976789" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.976545" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.977236" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.976992" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.977689" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.977451" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:29.978536" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:29.978349" elapsed="0.000213"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:29.978890" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:29.978716" elapsed="0.000200"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:29.979068" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:29.979692" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.979441" elapsed="0.000294"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:29.979778" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:29.979932" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:29.977931" elapsed="0.002026"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:29.993410" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:29.993464" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:29.993586" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:29.981997" elapsed="0.011615"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.980027" elapsed="0.013630"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:29.994064" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:29.993706" elapsed="0.000503"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.980010" elapsed="0.014245"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.001500" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:29.996466" elapsed="0.005257"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:29.995935" elapsed="0.005877"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:29.995895" elapsed="0.005972"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.004827" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.002532" elapsed="0.002339"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.001994" elapsed="0.002911"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.001957" elapsed="0.002971"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.005486" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.005104" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.005833" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.005583" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.006398" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.006088" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.005913" elapsed="0.000548"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.005566" elapsed="0.000916"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.007013" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.006656" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.007385" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.007110" elapsed="0.000333"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.007931" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.007641" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.007467" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.007092" elapsed="0.000921"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.008165" elapsed="0.000366"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.008974" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.008702" elapsed="0.000299"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.009155" elapsed="0.002324"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:29.995063" elapsed="0.016480"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.011717" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.011610" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.011592" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.014133" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.011928" elapsed="0.002232"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.014207" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.014375" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:29.973500" elapsed="0.040901"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.014462" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:29.971109" elapsed="0.043471"/>
</kw>
<var name="${switch}">81</var>
<status status="PASS" start="2026-04-10T03:14:29.970917" elapsed="0.043741"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.020009" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.019763" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.020466" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.020211" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.020916" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.020673" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.021370" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.021111" elapsed="0.000302"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.022198" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.022013" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.022561" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.022394" elapsed="0.000193"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.022737" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.023350" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.023087" elapsed="0.000333"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.023465" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.023620" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.021615" elapsed="0.002029"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.038577" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.038650" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.038771" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.025693" elapsed="0.013114"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.023720" elapsed="0.015147"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.039225" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.038900" elapsed="0.000439"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.023702" elapsed="0.015685"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.043993" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.040682" elapsed="0.003372"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.040376" elapsed="0.003728"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.040352" elapsed="0.003784"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.047577" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.044543" elapsed="0.003099"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.044213" elapsed="0.003521"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.044190" elapsed="0.003579"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.048563" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.048019" elapsed="0.000582"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.049047" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.048700" elapsed="0.000426"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.049836" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.049423" elapsed="0.000450"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.049158" elapsed="0.000765"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.048675" elapsed="0.001278"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.050714" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.050192" elapsed="0.000560"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.051195" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.050850" elapsed="0.000444"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.051996" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.051626" elapsed="0.000397"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.051329" elapsed="0.000730"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.050826" elapsed="0.001254"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.052232" elapsed="0.000359"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.053025" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.052756" elapsed="0.000295"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.053204" elapsed="0.002137"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.039870" elapsed="0.015561"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.055607" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.055499" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.055481" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.058022" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.055816" elapsed="0.002233"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.058097" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.058250" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.017340" elapsed="0.040949"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.058351" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.014939" elapsed="0.043532"/>
</kw>
<var name="${switch}">82</var>
<status status="PASS" start="2026-04-10T03:14:30.014747" elapsed="0.043764"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.063900" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.063653" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.064351" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.064100" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.064837" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.064593" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.065285" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.065034" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.066120" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.065934" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.066485" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.066314" elapsed="0.000197"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.066661" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.067244" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.067002" elapsed="0.000301"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.067347" elapsed="0.000051"/>
</return>
<msg time="2026-04-10T03:14:30.067529" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.065531" elapsed="0.002023"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.081161" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.081215" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.081323" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.069727" elapsed="0.011623"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.067625" elapsed="0.013771"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.081577" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.081420" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.067608" elapsed="0.014065"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.088769" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.083848" elapsed="0.005015"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.083326" elapsed="0.005616"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.083258" elapsed="0.005736"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.092994" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.089635" elapsed="0.003404"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.089113" elapsed="0.003960"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.089078" elapsed="0.004018"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.093657" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.093288" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.094006" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.093751" elapsed="0.000312"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.094569" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.094258" elapsed="0.000336"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.094086" elapsed="0.000543"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.093734" elapsed="0.000915"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.095175" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.094821" elapsed="0.000380"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.095605" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.095328" elapsed="0.000335"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.096151" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.095860" elapsed="0.000317"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.095686" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.095308" elapsed="0.000925"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.096402" elapsed="0.000351"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.097192" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.096917" elapsed="0.000300"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.097388" elapsed="0.002158"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.082508" elapsed="0.017100"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.099786" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.099680" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.099659" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.102189" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.099998" elapsed="0.002217"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.102263" elapsed="0.000046"/>
</return>
<msg time="2026-04-10T03:14:30.102435" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.061186" elapsed="0.041274"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.102518" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.058795" elapsed="0.043841"/>
</kw>
<var name="${switch}">83</var>
<status status="PASS" start="2026-04-10T03:14:30.058596" elapsed="0.044080"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.108297" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.108034" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.108736" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.108499" elapsed="0.000287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.109175" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.108936" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.109621" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.109384" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.110461" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.110259" elapsed="0.000228"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.110804" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.110639" elapsed="0.000190"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.110977" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.111594" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.111331" elapsed="0.000306"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.111679" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.111832" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.109861" elapsed="0.002029"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.123811" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.123866" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.123954" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.113913" elapsed="0.010067"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.111964" elapsed="0.012060"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.124203" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.124048" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.111946" elapsed="0.012365"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.127477" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.125235" elapsed="0.002285"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.125016" elapsed="0.002539"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.124998" elapsed="0.002581"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.130946" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.127973" elapsed="0.003036"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.127640" elapsed="0.003416"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.127619" elapsed="0.003470"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.131886" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.131370" elapsed="0.000554"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.132386" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.132021" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.133164" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.132741" elapsed="0.000461"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.132499" elapsed="0.000752"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.131996" elapsed="0.001305"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.134045" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.133544" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.134544" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.134178" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.135317" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.134894" elapsed="0.000499"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.134655" elapsed="0.000788"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.134154" elapsed="0.001318"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.135688" elapsed="0.000372"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.136510" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.136223" elapsed="0.000313"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.136690" elapsed="0.002282"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.124665" elapsed="0.014404"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.139244" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.139138" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.139119" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.141665" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.139485" elapsed="0.002213"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.141750" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:30.141907" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.105379" elapsed="0.036552"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.141990" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.102960" elapsed="0.039149"/>
</kw>
<var name="${switch}">84</var>
<status status="PASS" start="2026-04-10T03:14:30.102766" elapsed="0.039382"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.147519" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.147230" elapsed="0.000335"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.147956" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.147720" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.148412" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.148156" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.148843" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.148609" elapsed="0.000276"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.149687" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.149500" elapsed="0.000212"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.150031" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.149864" elapsed="0.000192"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.150203" elapsed="0.000202"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.150802" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.150559" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.150887" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.151041" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.149082" elapsed="0.001983"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.161182" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.161234" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.161379" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.153104" elapsed="0.008301"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.151134" elapsed="0.010316"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.161629" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.161474" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.151117" elapsed="0.010597"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.166771" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.162659" elapsed="0.004208"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.162428" elapsed="0.004519"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.162411" elapsed="0.004589"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.172106" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.167671" elapsed="0.004481"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.167123" elapsed="0.005063"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.167087" elapsed="0.005123"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.172770" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.172401" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.173113" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.172865" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.173678" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.173383" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.173193" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.172848" elapsed="0.000911"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.174299" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.173930" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.174639" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.174394" elapsed="0.000300"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.175177" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.174889" elapsed="0.000314"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.174718" elapsed="0.000520"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.174377" elapsed="0.000881"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.175442" elapsed="0.000347"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.176221" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.175952" elapsed="0.000294"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.176416" elapsed="0.002134"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.162064" elapsed="0.016545"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.178783" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.178677" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.178657" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.181201" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.178991" elapsed="0.002237"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.181289" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.181443" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.144813" elapsed="0.036655"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.181527" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.142446" elapsed="0.039199"/>
</kw>
<var name="${switch}">85</var>
<status status="PASS" start="2026-04-10T03:14:30.142234" elapsed="0.039490"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.187062" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.186817" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.187535" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.187262" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.187974" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.187735" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.188420" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.188168" elapsed="0.000294"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.189243" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.189058" elapsed="0.000226"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.189609" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.189439" elapsed="0.000196"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.189783" elapsed="0.000200"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.190406" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.190142" elapsed="0.000313"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.190497" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.190651" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.188659" elapsed="0.002016"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.199850" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.199919" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.200008" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.192870" elapsed="0.007163"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.190745" elapsed="0.009332"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.200255" elapsed="0.000041"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.200101" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.190728" elapsed="0.009634"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.203513" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.201281" elapsed="0.002275"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.201050" elapsed="0.002542"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.201033" elapsed="0.002582"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.207023" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.204029" elapsed="0.003058"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.203682" elapsed="0.003496"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.203660" elapsed="0.003552"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.208020" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.207503" elapsed="0.000555"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.208523" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.208155" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.209303" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.208875" elapsed="0.000466"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.208635" elapsed="0.000756"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.208131" elapsed="0.001289"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.210156" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.209661" elapsed="0.000532"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.210654" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.210310" elapsed="0.000424"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.211447" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.211006" elapsed="0.000478"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.210766" elapsed="0.000767"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.210265" elapsed="0.001296"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.211773" elapsed="0.000478"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.212969" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.212601" elapsed="0.000394"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.213148" elapsed="0.002154"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.200707" elapsed="0.014678"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.215557" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.215451" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.215434" elapsed="0.000186"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.217969" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.215765" elapsed="0.002231"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.218044" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.218195" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.184417" elapsed="0.033802"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.218291" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.182005" elapsed="0.036407"/>
</kw>
<var name="${switch}">86</var>
<status status="PASS" start="2026-04-10T03:14:30.181811" elapsed="0.036639"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.223966" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.223720" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.224419" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.224165" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.224902" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.224655" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.225348" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.225097" elapsed="0.000294"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.226180" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.225997" elapsed="0.000209"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.226541" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.226371" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.226715" elapsed="0.000184"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.227311" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.227053" elapsed="0.000320"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.227416" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.227569" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.225589" elapsed="0.002004"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.240534" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.240588" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.240689" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.229604" elapsed="0.011152"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.227664" elapsed="0.013205"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.241309" elapsed="0.000052"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.240928" elapsed="0.000532"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.227646" elapsed="0.013860"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.248687" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.243660" elapsed="0.005124"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.243069" elapsed="0.005791"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.243030" elapsed="0.005883"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.252955" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.249557" elapsed="0.003443"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.249035" elapsed="0.003998"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.248999" elapsed="0.004057"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.253615" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.253231" elapsed="0.000411"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.253957" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.253711" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.254520" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.254209" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.254036" elapsed="0.000544"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.253693" elapsed="0.000908"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.255148" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.254785" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.255563" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.255293" elapsed="0.000327"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.256104" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.255814" elapsed="0.000316"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.255642" elapsed="0.000523"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.255258" elapsed="0.000928"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.256357" elapsed="0.000342"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.257134" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.256863" elapsed="0.000297"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.257330" elapsed="0.003402"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.242264" elapsed="0.018530"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.260964" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.260860" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.260842" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.263454" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.261175" elapsed="0.002309"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.263533" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:30.263692" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.221095" elapsed="0.042622"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.263775" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.218725" elapsed="0.045166"/>
</kw>
<var name="${switch}">87</var>
<status status="PASS" start="2026-04-10T03:14:30.218534" elapsed="0.045396"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.269235" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.268990" elapsed="0.000306"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.269692" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.269449" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.270139" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.269893" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.270587" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.270349" elapsed="0.000281"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.271481" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.271226" elapsed="0.000281"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.271942" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.271667" elapsed="0.000311"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.272185" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.273040" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.272691" elapsed="0.000410"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.273160" elapsed="0.000041"/>
</return>
<msg time="2026-04-10T03:14:30.273394" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.270827" elapsed="0.002649"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.284438" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.284504" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.284597" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.276324" elapsed="0.008300"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.273580" elapsed="0.011091"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.284857" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.284699" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.273554" elapsed="0.011402"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.331010" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.285915" elapsed="0.045217"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.285683" elapsed="0.045546"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.285662" elapsed="0.045672"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.336319" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.332071" elapsed="0.004305"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.331495" elapsed="0.004925"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.331446" elapsed="0.005004"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.337069" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.336654" elapsed="0.000444"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.337444" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.337170" elapsed="0.000332"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.338009" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.337704" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.337526" elapsed="0.000546"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.337152" elapsed="0.000942"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.338646" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.338283" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.338994" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.338744" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.339594" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.339251" elapsed="0.000370"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.339075" elapsed="0.000582"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.338726" elapsed="0.000955"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.339841" elapsed="0.000393"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.340715" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.340422" elapsed="0.000319"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.340896" elapsed="0.002157"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.285326" elapsed="0.057871"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.343421" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.343282" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.343250" elapsed="0.000242"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.345869" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.343641" elapsed="0.002254"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.345944" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:30.346106" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.266576" elapsed="0.079555"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.346191" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.264207" elapsed="0.082120"/>
</kw>
<var name="${switch}">88</var>
<status status="PASS" start="2026-04-10T03:14:30.264013" elapsed="0.082355"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.351817" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.351562" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.352254" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.352018" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.352715" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.352473" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.353146" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.352910" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.353998" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.353805" elapsed="0.000219"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.354364" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.354177" elapsed="0.000212"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.354539" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.355128" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.354884" elapsed="0.000288"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.355215" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.355418" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.353403" elapsed="0.002040"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.365610" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.365666" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.365805" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.357605" elapsed="0.008227"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.355516" elapsed="0.010361"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.366057" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.365902" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.355498" elapsed="0.010647"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.369327" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.367092" elapsed="0.002279"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.366872" elapsed="0.002534"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.366854" elapsed="0.002577"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.371839" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.369707" elapsed="0.002177"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.369485" elapsed="0.002433"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.369469" elapsed="0.002472"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.372509" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.372117" elapsed="0.000419"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.372856" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.372605" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.373420" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.373109" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.372936" elapsed="0.000545"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.372588" elapsed="0.000914"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.374034" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.373674" elapsed="0.000387"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.374393" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.374130" elapsed="0.000320"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.374940" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.374646" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.374474" elapsed="0.000526"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.374113" elapsed="0.000908"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.375173" elapsed="0.000390"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.376000" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.375728" elapsed="0.000298"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.376181" elapsed="0.002157"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.366519" elapsed="0.011881"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.378575" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.378467" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.378449" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.381011" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.378786" elapsed="0.002252"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.381086" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.381240" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.349125" elapsed="0.032140"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.381341" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.346679" elapsed="0.034782"/>
</kw>
<var name="${switch}">89</var>
<status status="PASS" start="2026-04-10T03:14:30.346465" elapsed="0.035070"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.387062" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.386811" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.387574" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.387264" elapsed="0.000362"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.388025" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.387780" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.388480" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.388221" elapsed="0.000301"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.389329" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.389126" elapsed="0.000229"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.389681" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.389508" elapsed="0.000200"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.389856" elapsed="0.000185"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.390460" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.390197" elapsed="0.000307"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.390547" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.390702" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.388724" elapsed="0.002002"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.401913" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.401968" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.402056" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.392770" elapsed="0.009313"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.390797" elapsed="0.011330"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.402329" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.402152" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.390780" elapsed="0.011638"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.408123" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.403405" elapsed="0.004815"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.403114" elapsed="0.005218"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.403096" elapsed="0.005292"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.413985" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.409047" elapsed="0.005069"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.408512" elapsed="0.005789"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.408476" elapsed="0.005887"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.415778" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.414773" elapsed="0.001048"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.416161" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.415908" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.416754" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.416436" elapsed="0.000352"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.416243" elapsed="0.000583"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.415889" elapsed="0.000959"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.417399" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.417022" elapsed="0.000404"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.417743" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.417496" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.418330" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.418020" elapsed="0.000337"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.417832" elapsed="0.000562"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.417479" elapsed="0.000936"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.418568" elapsed="0.000348"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.419399" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.419081" elapsed="0.000345"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.419583" elapsed="0.002323"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.402765" elapsed="0.019211"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.422167" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.422058" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.422039" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.424853" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.422396" elapsed="0.002484"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.424928" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.425106" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.384207" elapsed="0.040925"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.425192" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.381817" elapsed="0.043510"/>
</kw>
<var name="${switch}">90</var>
<status status="PASS" start="2026-04-10T03:14:30.381622" elapsed="0.043746"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.430965" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.430714" elapsed="0.000298"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.431470" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.431195" elapsed="0.000327"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.431994" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.431746" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.432488" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.432220" elapsed="0.000311"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.433380" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.433166" elapsed="0.000245"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.433757" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.433579" elapsed="0.000204"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.433946" elapsed="0.000197"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.434586" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.434317" elapsed="0.000315"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.434676" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.434831" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.432733" elapsed="0.002122"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.443257" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.443357" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.443464" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.437027" elapsed="0.006466"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.434928" elapsed="0.008613"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.443726" elapsed="0.000059"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.443565" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.434910" elapsed="0.008954"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.447243" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.444859" elapsed="0.002545"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.444633" elapsed="0.002811"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.444611" elapsed="0.002864"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.451003" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.447841" elapsed="0.003227"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.447533" elapsed="0.003584"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.447516" elapsed="0.003635"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.452016" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.451442" elapsed="0.000613"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.452544" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.452168" elapsed="0.000458"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.453378" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.452926" elapsed="0.000489"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.452660" elapsed="0.000806"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.452130" elapsed="0.001366"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.454242" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.453738" elapsed="0.000574"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.454838" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.454468" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.455673" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.455198" elapsed="0.000518"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.454952" elapsed="0.000815"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.454442" elapsed="0.001354"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.456011" elapsed="0.000508"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.457140" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.456754" elapsed="0.000424"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.457418" elapsed="0.002931"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.444220" elapsed="0.016195"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.460592" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.460483" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.460465" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.463059" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.460806" elapsed="0.002280"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.463135" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:30.463371" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.428160" elapsed="0.035238"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.463462" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.425663" elapsed="0.037920"/>
</kw>
<var name="${switch}">91</var>
<status status="PASS" start="2026-04-10T03:14:30.425466" elapsed="0.038158"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.469024" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.468771" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.469479" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.469227" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.469921" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.469682" elapsed="0.000282"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.470379" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.470116" elapsed="0.000305"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.471213" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.471021" elapsed="0.000218"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.471611" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.471440" elapsed="0.000198"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.471790" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.472401" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.472133" elapsed="0.000311"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.472486" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.472640" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.470622" elapsed="0.002084"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.483202" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.483323" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.483452" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.474876" elapsed="0.008612"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.472781" elapsed="0.010771"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.483808" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.483587" elapsed="0.000315"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.472763" elapsed="0.011168"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.488347" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.485264" elapsed="0.003144"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.484944" elapsed="0.003513"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.484919" elapsed="0.003572"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.491896" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.488873" elapsed="0.003088"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.488567" elapsed="0.003442"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.488544" elapsed="0.003499"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.492844" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.492318" elapsed="0.000564"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.493346" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.492978" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.494110" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.493700" elapsed="0.000446"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.493458" elapsed="0.000737"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.492954" elapsed="0.001270"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.495026" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.494514" elapsed="0.000550"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.495540" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.495161" elapsed="0.000473"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.496414" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.495928" elapsed="0.000523"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.495676" elapsed="0.000824"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.495137" elapsed="0.001391"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.496755" elapsed="0.000506"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.497892" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.497513" elapsed="0.000415"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.498169" elapsed="0.003077"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.484451" elapsed="0.016950"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.501648" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.501498" elapsed="0.000212"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.501472" elapsed="0.000270"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.504826" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.501948" elapsed="0.002906"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.504903" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:30.505061" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.466330" elapsed="0.038756"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.505158" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.463919" elapsed="0.041375"/>
</kw>
<var name="${switch}">92</var>
<status status="PASS" start="2026-04-10T03:14:30.463717" elapsed="0.041618"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.510953" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.510692" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.511437" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.511158" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.511885" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.511644" elapsed="0.000286"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.512349" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.512082" elapsed="0.000311"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.513195" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.513008" elapsed="0.000213"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.513562" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.513392" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.513739" elapsed="0.000196"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.514369" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.514096" elapsed="0.000318"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.514458" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.514613" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.512597" elapsed="0.002041"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.522409" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.522463" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.522587" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.516754" elapsed="0.005860"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.514710" elapsed="0.007950"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.522852" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.522685" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.514692" elapsed="0.008257"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.527390" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.524250" elapsed="0.003201"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.523754" elapsed="0.003746"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.523723" elapsed="0.003825"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.531035" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.527932" elapsed="0.003168"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.527625" elapsed="0.003535"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.527603" elapsed="0.003591"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.532066" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.531510" elapsed="0.000596"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.532604" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.532205" elapsed="0.000481"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.533423" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.532976" elapsed="0.000485"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.532719" elapsed="0.000794"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.532180" elapsed="0.001362"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.534339" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.533804" elapsed="0.000574"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.534835" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.534476" elapsed="0.000440"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.535681" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.535201" elapsed="0.000526"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.534957" elapsed="0.000832"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.534452" elapsed="0.001362"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.535986" elapsed="0.000381"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.536810" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.536534" elapsed="0.000302"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.536991" elapsed="0.002360"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.523367" elapsed="0.016048"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.539588" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.539481" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.539463" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.542061" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.539801" elapsed="0.002372"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.542227" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:30.542408" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.508062" elapsed="0.034372"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.542495" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.505620" elapsed="0.036995"/>
</kw>
<var name="${switch}">93</var>
<status status="PASS" start="2026-04-10T03:14:30.505424" elapsed="0.037275"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.548354" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.548091" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.548788" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.548554" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.549226" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.548988" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.549672" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.549438" elapsed="0.000289"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.550551" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.550343" elapsed="0.000235"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.550917" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.550748" elapsed="0.000205"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.551103" elapsed="0.000214"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.551734" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.551477" elapsed="0.000302"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.551831" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.551986" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.549924" elapsed="0.002087"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.558883" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.558936" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.559024" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.554093" elapsed="0.004958"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.552082" elapsed="0.007013"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.559313" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.559119" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.552065" elapsed="0.007338"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.562773" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.560350" elapsed="0.002478"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.560108" elapsed="0.002756"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.560091" elapsed="0.002797"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.565388" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.563179" elapsed="0.002266"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.562944" elapsed="0.002569"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.562928" elapsed="0.002610"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.566092" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.565718" elapsed="0.000402"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.566480" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.566204" elapsed="0.000334"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.567052" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.566754" elapsed="0.000324"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.566562" elapsed="0.000552"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.566185" elapsed="0.000951"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.567804" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.567355" elapsed="0.000496"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.568346" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.567976" elapsed="0.000453"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.569162" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.568734" elapsed="0.000467"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.568462" elapsed="0.000790"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.567952" elapsed="0.001355"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.569524" elapsed="0.000513"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.570684" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.570292" elapsed="0.000429"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.570941" elapsed="0.003070"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.559758" elapsed="0.014353"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.574387" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.574216" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.574190" elapsed="0.000290"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.577327" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.574699" elapsed="0.002655"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.577403" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.577555" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.545573" elapsed="0.032007"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.577639" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.543019" elapsed="0.034737"/>
</kw>
<var name="${switch}">94</var>
<status status="PASS" start="2026-04-10T03:14:30.542806" elapsed="0.034989"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.583500" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.583174" elapsed="0.000372"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.583953" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.583702" elapsed="0.000300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.584475" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.584211" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.584934" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.584694" elapsed="0.000283"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.585807" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.585609" elapsed="0.000225"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.586166" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.585996" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.586357" elapsed="0.000186"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.586942" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.586699" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.587029" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.587183" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.585188" elapsed="0.002019"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.597642" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.597701" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.597791" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.589409" elapsed="0.008407"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.587307" elapsed="0.010555"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.598044" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.597886" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.587261" elapsed="0.010870"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.601321" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.599093" elapsed="0.002271"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.598854" elapsed="0.002545"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.598836" elapsed="0.002587"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.603962" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.601702" elapsed="0.002323"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.601477" elapsed="0.002595"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.601461" elapsed="0.002643"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.604896" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.604370" elapsed="0.000563"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.605403" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.605032" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.606173" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.605761" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.605518" elapsed="0.000741"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.605007" elapsed="0.001303"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.607067" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.606551" elapsed="0.000554"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.607644" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.607251" elapsed="0.000476"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.608443" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.608007" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.607760" elapsed="0.000771"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.607225" elapsed="0.001336"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.608774" elapsed="0.000485"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.609901" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.609516" elapsed="0.000422"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.610157" elapsed="0.002638"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.598501" elapsed="0.014358"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.613033" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.612927" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.612909" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.615489" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.613246" elapsed="0.002270"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.615565" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.615719" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.580718" elapsed="0.035026"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.615804" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.578091" elapsed="0.037832"/>
</kw>
<var name="${switch}">95</var>
<status status="PASS" start="2026-04-10T03:14:30.577879" elapsed="0.038083"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.621499" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.621230" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.621937" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.621702" elapsed="0.000285"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.622401" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.622141" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.622835" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.622598" elapsed="0.000280"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.623698" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.623510" elapsed="0.000214"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.624051" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.623876" elapsed="0.000200"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.624225" elapsed="0.000201"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.624826" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.624583" elapsed="0.000286"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.624913" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.625066" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.623078" elapsed="0.002047"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.635925" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.635979" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.636066" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.627144" elapsed="0.008947"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.625200" elapsed="0.010936"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.636337" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.636161" elapsed="0.000244"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.625182" elapsed="0.011244"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.639611" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.637372" elapsed="0.002283"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.637132" elapsed="0.002567"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.637114" elapsed="0.002624"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.643146" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.640156" elapsed="0.003053"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.639833" elapsed="0.003424"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.639804" elapsed="0.003523"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.644118" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.643582" elapsed="0.000573"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.644629" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.644254" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.645596" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.645017" elapsed="0.000617"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.644741" elapsed="0.000942"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.644229" elapsed="0.001489"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.646490" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.645959" elapsed="0.000568"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.646966" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.646624" elapsed="0.000421"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.647883" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.647382" elapsed="0.000533"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.647078" elapsed="0.000873"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.646600" elapsed="0.001372"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.648128" elapsed="0.000419"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.649059" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.648760" elapsed="0.000327"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.649253" elapsed="0.002348"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.636782" elapsed="0.014926"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.651891" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.651782" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.651764" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.654318" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.652105" elapsed="0.002240"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.654394" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:30.654551" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.618638" elapsed="0.035938"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.654636" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.616242" elapsed="0.038517"/>
</kw>
<var name="${switch}">96</var>
<status status="PASS" start="2026-04-10T03:14:30.616049" elapsed="0.038749"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.660176" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.659930" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.660625" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.660390" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.661072" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.660831" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.661519" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.661265" elapsed="0.000296"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.662361" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.662157" elapsed="0.000229"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.662706" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.662539" elapsed="0.000192"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.662880" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.663498" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.663224" elapsed="0.000316"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.663583" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:30.663737" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.661760" elapsed="0.002002"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.674124" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.674180" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.674334" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.665790" elapsed="0.008572"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.663831" elapsed="0.010576"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.674599" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.674432" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.663814" elapsed="0.010873"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.683356" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.675740" elapsed="0.007722"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.675485" elapsed="0.008056"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.675466" elapsed="0.008131"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.688433" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.684250" elapsed="0.004229"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.683748" elapsed="0.004765"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.683710" elapsed="0.004827"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.689113" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.688728" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.689479" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.689210" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.690040" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.689742" elapsed="0.000324"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.689561" elapsed="0.000541"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.689192" elapsed="0.000931"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.690668" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.690310" elapsed="0.000384"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.691008" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.690763" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.691583" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.691290" elapsed="0.000319"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.691088" elapsed="0.000557"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.690746" elapsed="0.000920"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.691834" elapsed="0.000347"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.692646" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.692362" elapsed="0.000311"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.692834" elapsed="0.002151"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.675052" elapsed="0.019997"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.695223" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.695117" elapsed="0.000194"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.695099" elapsed="0.000238"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.697703" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.695485" elapsed="0.002245"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.697778" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:30.697934" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.657475" elapsed="0.040484"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.698019" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.655082" elapsed="0.043056"/>
</kw>
<var name="${switch}">97</var>
<status status="PASS" start="2026-04-10T03:14:30.654887" elapsed="0.043330"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.703624" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.703374" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.704064" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.703826" elapsed="0.000288"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.704526" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.704281" elapsed="0.000289"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.704959" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.704723" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.705816" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.705622" elapsed="0.000220"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.706165" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.705995" elapsed="0.000195"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.706355" elapsed="0.000188"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.706952" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.706700" elapsed="0.000296"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.707040" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.707195" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.705203" elapsed="0.002016"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.716807" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.716882" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.717005" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.709426" elapsed="0.007615"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.707334" elapsed="0.009769"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.717384" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.717137" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.707315" elapsed="0.010191"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.721884" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.718817" elapsed="0.003126"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.718505" elapsed="0.003486"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.718480" elapsed="0.003545"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.725481" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.722427" elapsed="0.003118"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.722101" elapsed="0.003536"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.722079" elapsed="0.003592"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.726463" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.725916" elapsed="0.000585"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.726960" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.726597" elapsed="0.000443"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.727808" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.727366" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.727073" elapsed="0.000810"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.726573" elapsed="0.001336"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.728454" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.728081" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.728795" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.728550" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.729352" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.729046" elapsed="0.000332"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.728875" elapsed="0.000537"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.728532" elapsed="0.000901"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.729584" elapsed="0.000339"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.730370" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.730086" elapsed="0.000310"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.730549" elapsed="0.002201"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.717992" elapsed="0.014820"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.732983" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.732878" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.732860" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.735488" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.733195" elapsed="0.002320"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.735563" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.735717" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.700919" elapsed="0.034830"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.735808" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.698524" elapsed="0.037401"/>
</kw>
<var name="${switch}">98</var>
<status status="PASS" start="2026-04-10T03:14:30.698325" elapsed="0.037638"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.741583" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.741334" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.742058" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.741807" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.742558" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.742312" elapsed="0.000290"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.743055" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.742760" elapsed="0.000339"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.743930" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.743745" elapsed="0.000211"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.744347" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.744154" elapsed="0.000219"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.744538" elapsed="0.000187"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.745137" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.744882" elapsed="0.000300"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.745224" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:30.745434" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.743342" elapsed="0.002123"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.755159" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.755225" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.755377" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.747566" elapsed="0.007840"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.745541" elapsed="0.009910"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.755631" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.755475" elapsed="0.000232"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.745522" elapsed="0.010260"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.763477" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.758249" elapsed="0.005354"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.757735" elapsed="0.005951"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.757692" elapsed="0.006048"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.768647" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.764447" elapsed="0.004247"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.763863" elapsed="0.004875"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.763827" elapsed="0.004935"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.769339" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.768940" elapsed="0.000426"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.769687" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.769437" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.770287" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.769964" elapsed="0.000351"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.769780" elapsed="0.000570"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.769419" elapsed="0.000952"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.770912" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.770544" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.771380" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.771066" elapsed="0.000374"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.771933" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.771640" elapsed="0.000320"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.771463" elapsed="0.000533"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.771046" elapsed="0.000971"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.772183" elapsed="0.000402"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.773024" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.772752" elapsed="0.000298"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.773204" elapsed="0.002383"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.756825" elapsed="0.018826"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.775836" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.775729" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.775700" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.778385" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.776052" elapsed="0.002361"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.778463" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:30.778620" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.738716" elapsed="0.039930"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.778706" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.736262" elapsed="0.042566"/>
</kw>
<var name="${switch}">99</var>
<status status="PASS" start="2026-04-10T03:14:30.736048" elapsed="0.042821"/>
</iter>
<iter>
<kw name="Put_As_Json_To_Uri" owner="TemplatedRequests">
<kw name="Put_To_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.784412" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.784140" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.784854" level="INFO">{
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
</msg>
<arg>${data}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.784614" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.785333" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${content_type}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.785075" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.785765" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.785529" elapsed="0.000279"/>
</kw>
<kw name="Join_Two_Headers" owner="TemplatedRequests">
<kw name="Copy Dictionary" owner="Collections">
<msg time="2026-04-10T03:14:30.786648" level="INFO">${accumulator} = {'Content-Type': 'application/json'}</msg>
<var>${accumulator}</var>
<arg>${first}</arg>
<doc>Returns a copy of the given dictionary.</doc>
<status status="PASS" start="2026-04-10T03:14:30.786461" elapsed="0.000213"/>
</kw>
<kw name="Get Dictionary Items" owner="Collections">
<msg time="2026-04-10T03:14:30.787008" level="INFO">${items_to_add} = []</msg>
<var>${items_to_add}</var>
<arg>${second}</arg>
<doc>Returns items of the given ``dictionary`` as a list.</doc>
<status status="PASS" start="2026-04-10T03:14:30.786826" elapsed="0.000208"/>
</kw>
<kw name="Set To Dictionary" owner="Collections">
<arg>${accumulator}</arg>
<arg>@{items_to_add}</arg>
<doc>Adds the given ``key_value_pairs`` and/or ``items`` to the ``dictionary``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.787185" elapsed="0.000261"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.787866" level="INFO">{'Content-Type': 'application/json'}</msg>
<arg>${accumulator}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.787609" elapsed="0.000301"/>
</kw>
<return>
<value>${accumulator}</value>
<status status="PASS" start="2026-04-10T03:14:30.787952" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.788105" level="INFO">${headers} = {'Content-Type': 'application/json'}</msg>
<var>${headers}</var>
<arg>first=${content_type}</arg>
<arg>second=${accept}</arg>
<doc>Take two dicts, join them, return result. Second argument values take precedence.</doc>
<status status="PASS" start="2026-04-10T03:14:30.786022" elapsed="0.002150"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="PUT On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.797780" level="INFO">PUT Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '909', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body={
    "flow-node-inventory:flow": [
        {
            "id": "default",
            "flags": "",
            "priority": 1,
            "flow-name": "Table miss flow",
            "table_id": 0,
            "hard-timeout": 0,
            "instructions": {
                "instruction": [
                    {
                        "order": 0,
                        "apply-actions": {
                            "action": [
                                {
                                    "order": 0,
                                    "output-action": {
                                        "output-node-connector": "CONTROLLER",
                                        "max-length": 65535
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
 
 </msg>
<msg time="2026-04-10T03:14:30.797834" level="INFO">PUT Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default 
 status=201, reason=Created 
 headers={'Content-Length': '0'} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.797922" level="INFO">${response} = &lt;Response [201]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.790206" elapsed="0.007742"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.788246" elapsed="0.009746"/>
</branch>
<branch type="ELSE">
<kw name="PUT On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>${uri}</arg>
<arg>data=${data}</arg>
<arg>headers=${headers}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a PUT request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.798171" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.798017" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.788228" elapsed="0.010030"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.804046" level="INFO"/>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.799212" elapsed="0.004931"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.798987" elapsed="0.005236"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.798969" elapsed="0.005337"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.809767" level="INFO">201</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.804935" elapsed="0.004936"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.804437" elapsed="0.005511"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.804399" elapsed="0.005604"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.811363" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.810432" elapsed="0.000996"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.812004" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.811588" elapsed="0.000473"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.812575" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.812260" elapsed="0.000343"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.812084" elapsed="0.000555"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.811546" elapsed="0.001115"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.813199" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.812835" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.813564" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.813313" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.814121" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.813820" elapsed="0.000328"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.813645" elapsed="0.000538"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.813294" elapsed="0.000911"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.814373" elapsed="0.000346"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.815157" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.814886" elapsed="0.000297"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.815376" elapsed="0.002202"/>
</kw>
<arg>${response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.798635" elapsed="0.019044"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.817856" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.817749" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.817730" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.820317" level="INFO">${text_normalized} = </msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.818071" elapsed="0.002274"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.820394" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:30.820553" level="INFO">${response_text} = </msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>data=${data}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>content_type=${HEADERS_YANG_JSON}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<doc>PUT data to given URI, check status code and return response text.
${content_type} and ${accept} are mandatory Python objects with headers to use.
If ${normalize_json}, normalize text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.781625" elapsed="0.038953"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.820638" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>${data}</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Put_To_Uri normalized response text.
Yang json content type is used as a workaround to RequestsLibrary json conversion eagerness.</doc>
<status status="PASS" start="2026-04-10T03:14:30.779174" elapsed="0.041585"/>
</kw>
<var name="${switch}">100</var>
<status status="PASS" start="2026-04-10T03:14:30.778953" elapsed="0.041846"/>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="PASS" start="2026-04-10T03:14:26.581683" elapsed="4.239149"/>
</for>
<arg>${switches}</arg>
<doc>Add table miss flows to switches.</doc>
<status status="PASS" start="2026-04-10T03:14:26.580373" elapsed="4.240523"/>
</kw>
<msg time="2026-04-10T03:14:30.820991" level="INFO">${status} = PASS</msg>
<msg time="2026-04-10T03:14:30.821037" level="INFO">${result} = None</msg>
<var>${status}</var>
<var>${result}</var>
<arg>FlowLib.Add Table Miss Flows</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:26.579789" elapsed="4.241271"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail adding table Miss flows</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.821241" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.821135" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.821118" elapsed="0.000217"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking Table Miss Flows</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:14:30.821522" elapsed="0.000391"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Check Table Miss Flows" owner="FlowLib">
<kw name="Convert To Integer" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.823873" level="INFO">${switches} = 100</msg>
<var>${switches}</var>
<arg>${switches}</arg>
<doc>Converts the given item to an integer number.</doc>
<status status="PASS" start="2026-04-10T03:14:30.823546" elapsed="0.000354"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.833192" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.832940" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.833663" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.833417" elapsed="0.000290"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.852548" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.853724" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;10000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:30.853968" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.835765" elapsed="0.018261"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.833776" elapsed="0.020346"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.854560" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.854179" elapsed="0.000529"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.833757" elapsed="0.020998"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.863105" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;4&lt;/second&gt;&lt;nanosecond&gt;10000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.857250" elapsed="0.006082"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.856756" elapsed="0.006662"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.856715" elapsed="0.006759"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.866339" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.863990" elapsed="0.002396"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.863603" elapsed="0.002817"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.863565" elapsed="0.002878"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.867002" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.866623" elapsed="0.000406"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.867384" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.867098" elapsed="0.000344"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.868062" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.867638" elapsed="0.000450"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.867465" elapsed="0.000659"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.867080" elapsed="0.001065"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.868694" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.868334" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.869043" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.868796" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.869731" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.869311" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.869123" elapsed="0.000671"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.868779" elapsed="0.001036"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.869968" elapsed="0.000396"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.870814" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.870532" elapsed="0.000309"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.870997" elapsed="0.002223"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.855780" elapsed="0.017518"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.873480" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.873371" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.873353" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.876169" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.873693" elapsed="0.002508"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.876255" elapsed="0.000050"/>
</return>
<msg time="2026-04-10T03:14:30.876436" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.828692" elapsed="0.047772"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.876559" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:30.826327" elapsed="0.050357"/>
</kw>
<var name="${switch}">1</var>
<status status="PASS" start="2026-04-10T03:14:30.826111" elapsed="0.050611"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.883938" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.883663" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.884546" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.884202" elapsed="0.000406"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.893377" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.893763" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A2/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:30.893871" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.886742" elapsed="0.007156"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.884702" elapsed="0.009239"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.894126" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.893968" elapsed="0.000225"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.884676" elapsed="0.009539"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.898834" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.895347" elapsed="0.003565"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.895029" elapsed="0.003931"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.895010" elapsed="0.003984"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.902681" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.899423" elapsed="0.003322"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.899071" elapsed="0.003722"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.899048" elapsed="0.003778"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.903648" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.903076" elapsed="0.000611"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.904133" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.903785" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.905107" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.904521" elapsed="0.000623"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.904245" elapsed="0.000948"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.903760" elapsed="0.001462"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.905994" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.905491" elapsed="0.000540"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.906495" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.906127" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.907507" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.906848" elapsed="0.000696"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.906607" elapsed="0.001040"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.906103" elapsed="0.001576"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.907909" elapsed="0.000410"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.908777" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.908487" elapsed="0.000316"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.908958" elapsed="0.002332"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.894596" elapsed="0.016762"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.911546" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.911429" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.911411" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.914168" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.911759" elapsed="0.002440"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.914251" elapsed="0.000047"/>
</return>
<msg time="2026-04-10T03:14:30.914430" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.879549" elapsed="0.034913"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.914520" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:30.877009" elapsed="0.037631"/>
</kw>
<var name="${switch}">2</var>
<status status="PASS" start="2026-04-10T03:14:30.876811" elapsed="0.037866"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.921701" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.921453" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.922138" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.921900" elapsed="0.000281"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.931068" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.931881" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A3/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;665000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:30.932033" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.924203" elapsed="0.007866"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.922247" elapsed="0.009880"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.932405" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.932161" elapsed="0.000335"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.922229" elapsed="0.010296"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.937744" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;665000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.934003" elapsed="0.003825"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.933687" elapsed="0.004190"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.933662" elapsed="0.004248"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.941681" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.938321" elapsed="0.003424"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.937988" elapsed="0.003805"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.937965" elapsed="0.003860"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.942624" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.942076" elapsed="0.000586"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.943109" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.942761" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.944102" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.943510" elapsed="0.000631"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.943221" elapsed="0.000971"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.942736" elapsed="0.001486"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.945003" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.944485" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.945521" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.945137" elapsed="0.000465"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.946518" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.945887" elapsed="0.000670"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.945635" elapsed="0.000973"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.945113" elapsed="0.001525"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.946858" elapsed="0.000598"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.948084" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.947693" elapsed="0.000428"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.948359" elapsed="0.003480"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.933076" elapsed="0.018832"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.952086" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.951979" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.951960" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.954728" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.952316" elapsed="0.002445"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.954814" elapsed="0.000141"/>
</return>
<msg time="2026-04-10T03:14:30.955085" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.917336" elapsed="0.037778"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.955210" elapsed="0.000050"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:30.914961" elapsed="0.040420"/>
</kw>
<var name="${switch}">3</var>
<status status="PASS" start="2026-04-10T03:14:30.914765" elapsed="0.040654"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.962431" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.962165" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.962875" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.962633" elapsed="0.000286"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:30.972404" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:30.973185" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A4/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;985000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:30.973363" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:30.964960" elapsed="0.008439"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.962997" elapsed="0.010462"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.973707" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.973493" elapsed="0.000302"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.962978" elapsed="0.010845"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.978879" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;985000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.975214" elapsed="0.003749"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.974902" elapsed="0.004110"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.974877" elapsed="0.004168"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.982756" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:30.979478" elapsed="0.003356"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.979122" elapsed="0.003772"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.979099" elapsed="0.003834"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.983763" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.983174" elapsed="0.000623"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.984124" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.983878" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.984814" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.984393" elapsed="0.000448"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.984204" elapsed="0.000673"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.983861" elapsed="0.001036"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.985442" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.985070" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:30.985825" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:30.985572" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:30.986526" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:30.986087" elapsed="0.000466"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:30.985914" elapsed="0.000675"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.985554" elapsed="0.001056"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:30.986762" elapsed="0.000378"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:30.987616" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:30.987342" elapsed="0.000300"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:30.987797" elapsed="0.002338"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:30.974326" elapsed="0.015872"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:30.990400" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:30.990293" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:30.990249" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:30.993016" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:30.990611" elapsed="0.002435"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:30.993098" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:30.993253" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.958040" elapsed="0.035258"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:30.993357" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:30.955708" elapsed="0.037768"/>
</kw>
<var name="${switch}">4</var>
<status status="PASS" start="2026-04-10T03:14:30.955507" elapsed="0.038006"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.000587" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.000337" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.001027" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.000788" elapsed="0.000281"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.009492" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.010025" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A5/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;168000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.010131" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.003076" elapsed="0.007114"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.001136" elapsed="0.009098"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.010438" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.010259" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.001118" elapsed="0.009405"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.014112" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;168000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.011563" elapsed="0.002609"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.011333" elapsed="0.002874"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.011315" elapsed="0.002916"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.017392" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.014537" elapsed="0.002922"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.014314" elapsed="0.003193"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.014296" elapsed="0.003243"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.018336" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.017788" elapsed="0.000587"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.018821" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.018473" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.019806" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.019173" elapsed="0.000671"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.018932" elapsed="0.000963"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.018449" elapsed="0.001475"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.020689" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.020165" elapsed="0.000562"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.021172" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.020823" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.022168" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.021594" elapsed="0.000612"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.021343" elapsed="0.000913"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.020799" elapsed="0.001509"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.022522" elapsed="0.000530"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.023706" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.023321" elapsed="0.000422"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.023964" elapsed="0.003366"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.010870" elapsed="0.016552"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.027669" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.027519" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.027493" elapsed="0.000267"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.030325" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.027905" elapsed="0.002452"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.030445" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:31.030605" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:30.996145" elapsed="0.034489"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.030693" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:30.993788" elapsed="0.037025"/>
</kw>
<var name="${switch}">5</var>
<status status="PASS" start="2026-04-10T03:14:30.993596" elapsed="0.037254"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.037825" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.037580" elapsed="0.000291"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.038263" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.038025" elapsed="0.000298"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.046633" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.047315" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A6/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;810000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.047426" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.040365" elapsed="0.007088"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.038390" elapsed="0.009105"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.047673" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.047518" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.038372" elapsed="0.009384"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.052560" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;810000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.048959" elapsed="0.003686"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.048652" elapsed="0.004042"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.048627" elapsed="0.004100"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.056455" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.053120" elapsed="0.003400"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.052809" elapsed="0.003761"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.052785" elapsed="0.003817"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.057402" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.056857" elapsed="0.000583"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.057890" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.057537" elapsed="0.000496"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.058935" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.058337" elapsed="0.000636"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.058068" elapsed="0.000956"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.057513" elapsed="0.001539"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.059838" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.059367" elapsed="0.000498"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.060178" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.059934" elapsed="0.000301"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.060859" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.060445" elapsed="0.000442"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.060257" elapsed="0.000666"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.059917" elapsed="0.001026"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.061095" elapsed="0.000397"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.061939" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.061657" elapsed="0.000308"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.062120" elapsed="0.002476"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.048109" elapsed="0.016551"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.064841" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.064732" elapsed="0.000153"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.064712" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.067506" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.065050" elapsed="0.002487"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.067590" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:31.067749" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.033510" elapsed="0.034268"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.067834" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.031131" elapsed="0.036821"/>
</kw>
<var name="${switch}">6</var>
<status status="PASS" start="2026-04-10T03:14:31.030936" elapsed="0.037052"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.074973" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.074725" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.075448" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.075175" elapsed="0.000317"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.082912" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.083586" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A7/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;296000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.083786" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.077480" elapsed="0.006344"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.075559" elapsed="0.008323"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.084130" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.083916" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.075541" elapsed="0.008709"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.089341" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;296000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.085692" elapsed="0.003734"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.085376" elapsed="0.004098"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.085350" elapsed="0.004157"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.092866" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.089895" elapsed="0.003017"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.089583" elapsed="0.003364"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.089560" elapsed="0.003410"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.093539" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.093142" elapsed="0.000423"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.093882" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.093635" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.094578" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.094134" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.093962" elapsed="0.000678"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.093617" elapsed="0.001043"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.095196" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.094838" elapsed="0.000402"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.095584" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.095336" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.096248" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.095839" elapsed="0.000452"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.095662" elapsed="0.000665"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.095318" elapsed="0.001029"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.096499" elapsed="0.000376"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.097331" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.097039" elapsed="0.000318"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.097510" elapsed="0.003722"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.084770" elapsed="0.016542"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.101491" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.101383" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.101365" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.104150" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.101702" elapsed="0.002479"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.104288" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:31.104450" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.070617" elapsed="0.033862"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.104536" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.068282" elapsed="0.036372"/>
</kw>
<var name="${switch}">7</var>
<status status="PASS" start="2026-04-10T03:14:31.068074" elapsed="0.036616"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.111682" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.111431" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.112121" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.111882" elapsed="0.000283"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.119574" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.120127" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A8/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;531000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.120237" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.114183" elapsed="0.006079"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.112231" elapsed="0.008095"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.120510" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.120352" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.112213" elapsed="0.008383"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.124160" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;531000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.121616" elapsed="0.002605"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.121394" elapsed="0.002862"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.121377" elapsed="0.002926"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.126917" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.124585" elapsed="0.002379"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.124360" elapsed="0.002639"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.124344" elapsed="0.002679"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.127638" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.127234" elapsed="0.000431"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.128127" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.127749" elapsed="0.000505"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.129161" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.128571" elapsed="0.000628"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.128319" elapsed="0.000932"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.127725" elapsed="0.001577"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.130056" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.129550" elapsed="0.000543"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.130573" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.130190" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.131568" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.130936" elapsed="0.000670"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.130687" elapsed="0.000971"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.130166" elapsed="0.001521"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.131902" elapsed="0.000585"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.133105" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.132722" elapsed="0.000420"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.133382" elapsed="0.003274"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.120953" elapsed="0.015793"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.136992" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.136845" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.136820" elapsed="0.000264"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.140692" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.137310" elapsed="0.003415"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.140791" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:31.141055" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.107341" elapsed="0.033743"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.141144" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.104971" elapsed="0.036294"/>
</kw>
<var name="${switch}">8</var>
<status status="PASS" start="2026-04-10T03:14:31.104775" elapsed="0.036543"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.149418" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.149119" elapsed="0.000346"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.149873" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.149624" elapsed="0.000292"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.157818" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.158515" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A9/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;37000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.158686" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.152123" elapsed="0.006590"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.149986" elapsed="0.008771"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.158955" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.158782" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.149966" elapsed="0.009091"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.164890" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;37000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.160484" elapsed="0.004496"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.160116" elapsed="0.004915"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.160089" elapsed="0.005012"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.170324" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.165768" elapsed="0.004668"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.165211" elapsed="0.005307"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.165185" elapsed="0.005387"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.171906" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.170974" elapsed="0.000993"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.172745" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.172126" elapsed="0.000746"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.174303" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.173336" elapsed="0.001030"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.172922" elapsed="0.001525"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.172086" elapsed="0.002408"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.175771" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.174882" elapsed="0.000930"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.176320" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.175916" elapsed="0.000490"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.177334" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.176696" elapsed="0.000679"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.176439" elapsed="0.000989"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.175890" elapsed="0.001569"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.177688" elapsed="0.000563"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.178942" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.178522" elapsed="0.000458"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.179229" elapsed="0.003547"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.159573" elapsed="0.023298"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.183132" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.182974" elapsed="0.000249"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.182947" elapsed="0.000316"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.187125" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.183507" elapsed="0.003663"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.187380" elapsed="0.000051"/>
</return>
<msg time="2026-04-10T03:14:31.187625" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.144309" elapsed="0.043357"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.187744" elapsed="0.000029"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.141605" elapsed="0.046262"/>
</kw>
<var name="${switch}">9</var>
<status status="PASS" start="2026-04-10T03:14:31.141408" elapsed="0.046495"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.194891" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.194643" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.195374" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.195095" elapsed="0.000324"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.203887" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.204005" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A10/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.204107" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.197466" elapsed="0.006667"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.195487" elapsed="0.008688"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.204381" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.204200" elapsed="0.000248"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.195470" elapsed="0.008999"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.208227" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.205486" elapsed="0.002850"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.205239" elapsed="0.003150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.205222" elapsed="0.003203"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.212389" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.208839" elapsed="0.003619"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.208506" elapsed="0.004005"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.208482" elapsed="0.004064"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.213391" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.212809" elapsed="0.000622"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.213906" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.213535" elapsed="0.000456"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.214929" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.214306" elapsed="0.000662"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.214025" elapsed="0.000998"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.213509" elapsed="0.001545"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.215903" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.215429" elapsed="0.000501"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.216250" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.216000" elapsed="0.000324"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.216942" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.216525" elapsed="0.000444"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.216348" elapsed="0.000657"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.215983" elapsed="0.001044"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.217180" elapsed="0.000418"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.218044" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.217768" elapsed="0.000302"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.218227" elapsed="0.002367"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.204821" elapsed="0.015837"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.220835" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.220729" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.220711" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.223476" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.221048" elapsed="0.002459"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.223559" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:31.223715" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.190539" elapsed="0.033204"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.223800" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.188190" elapsed="0.035731"/>
</kw>
<var name="${switch}">10</var>
<status status="PASS" start="2026-04-10T03:14:31.187993" elapsed="0.035965"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.230944" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.230684" elapsed="0.000307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.231423" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.231147" elapsed="0.000319"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.239925" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.240050" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A11/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.240153" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.233491" elapsed="0.006687"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.231534" elapsed="0.008730"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.240483" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.240321" elapsed="0.000227"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.231516" elapsed="0.009053"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.244585" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.241596" elapsed="0.003074"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.241373" elapsed="0.003349"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.241354" elapsed="0.003404"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.248868" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.245172" elapsed="0.003764"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.244841" elapsed="0.004147"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.244817" elapsed="0.004207"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.249901" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.249331" elapsed="0.000611"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.250446" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.250048" elapsed="0.000486"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.251546" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.250850" elapsed="0.000738"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.250568" elapsed="0.001089"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.250022" elapsed="0.001669"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.252548" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.251954" elapsed="0.000635"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.253062" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.252693" elapsed="0.000454"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.254141" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.253520" elapsed="0.000662"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.253182" elapsed="0.001053"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.252667" elapsed="0.001599"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.254526" elapsed="0.000591"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.255834" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.255437" elapsed="0.000429"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.256034" elapsed="0.002467"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.240927" elapsed="0.017641"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.258750" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.258640" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.258622" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.261518" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.258967" elapsed="0.002582"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.261603" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:31.261782" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.226603" elapsed="0.035213"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.261917" elapsed="0.000029"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.224238" elapsed="0.037806"/>
</kw>
<var name="${switch}">11</var>
<status status="PASS" start="2026-04-10T03:14:31.224043" elapsed="0.038040"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.269815" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.269546" elapsed="0.000328"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.270404" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.270036" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.278750" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.279358" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A12/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;790000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.279470" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.272611" elapsed="0.006888"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.270517" elapsed="0.009030"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.279746" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.279574" elapsed="0.000237"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.270498" elapsed="0.009335"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.283546" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;790000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.280901" elapsed="0.002727"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.280647" elapsed="0.003030"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.280629" elapsed="0.003080"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.286518" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.283993" elapsed="0.002639"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.283767" elapsed="0.002915"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.283750" elapsed="0.002964"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.287508" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.286963" elapsed="0.000573"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.288121" elapsed="0.000098"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.287610" elapsed="0.000700"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.289450" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.288666" elapsed="0.000825"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.288347" elapsed="0.001198"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.287590" elapsed="0.002036"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.290455" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.289894" elapsed="0.000601"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.291023" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.290599" elapsed="0.000511"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.292061" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.291442" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.291144" elapsed="0.001012"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.290574" elapsed="0.001613"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.292464" elapsed="0.000566"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.293872" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.293358" elapsed="0.000555"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.294196" elapsed="0.003820"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.280200" elapsed="0.017965"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.298507" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.298293" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.298243" elapsed="0.000369"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.301734" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.298831" elapsed="0.002934"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.301818" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:31.301976" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.264956" elapsed="0.037047"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.302060" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.262395" elapsed="0.039785"/>
</kw>
<var name="${switch}">12</var>
<status status="PASS" start="2026-04-10T03:14:31.262174" elapsed="0.040042"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.309582" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.309331" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.310022" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.309783" elapsed="0.000282"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.318632" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.318750" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A13/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.318850" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.312192" elapsed="0.006683"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.310132" elapsed="0.008822"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.319136" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.318980" elapsed="0.000273"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.310114" elapsed="0.009183"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.325148" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.320858" elapsed="0.004373"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.320427" elapsed="0.004926"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.320400" elapsed="0.004990"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.329983" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.325910" elapsed="0.004141"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.325474" elapsed="0.004629"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.325450" elapsed="0.004688"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.330965" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.330420" elapsed="0.000584"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.331573" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.331107" elapsed="0.000552"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.332362" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.331878" elapsed="0.000511"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.331693" elapsed="0.000732"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.331081" elapsed="0.001365"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.333021" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.332661" elapsed="0.000388"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.333382" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.333118" elapsed="0.000321"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.334102" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.333685" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.333463" elapsed="0.000701"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.333101" elapsed="0.001084"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.334352" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.335167" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.334896" elapsed="0.000310"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.335393" elapsed="0.002359"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.319695" elapsed="0.018121"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.337995" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.337888" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.337869" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.340638" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.338209" elapsed="0.002461"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.340723" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:31.340879" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.305052" elapsed="0.035890"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.341003" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.302518" elapsed="0.038607"/>
</kw>
<var name="${switch}">13</var>
<status status="PASS" start="2026-04-10T03:14:31.302320" elapsed="0.038841"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.348144" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.347896" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.348601" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.348360" elapsed="0.000285"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.357750" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.358322" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A14/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;177000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.358429" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.350676" elapsed="0.007779"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.348711" elapsed="0.009785"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.358672" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.358520" elapsed="0.000214"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.348694" elapsed="0.010063"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.362317" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;177000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.359774" elapsed="0.002605"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.359550" elapsed="0.002864"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.359532" elapsed="0.002905"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.365673" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.362714" elapsed="0.003024"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.362492" elapsed="0.003300"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.362475" elapsed="0.003349"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.366613" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.366071" elapsed="0.000579"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.367101" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.366751" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.368105" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.367511" elapsed="0.000632"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.367230" elapsed="0.001010"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.366724" elapsed="0.001570"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.369049" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.368544" elapsed="0.000544"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.369557" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.369185" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.370665" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.369919" elapsed="0.000784"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.369669" elapsed="0.001085"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.369161" elapsed="0.001621"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.370996" elapsed="0.000619"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.372318" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.371855" elapsed="0.000489"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.372500" elapsed="0.002348"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.359096" elapsed="0.015817"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.375090" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.374983" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.374965" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.377749" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.375346" elapsed="0.002433"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.377831" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:31.377988" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.343826" elapsed="0.034190"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.378073" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.341464" elapsed="0.036728"/>
</kw>
<var name="${switch}">14</var>
<status status="PASS" start="2026-04-10T03:14:31.341250" elapsed="0.036978"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.385360" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.385097" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.385807" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.385562" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.393186" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.393344" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A15/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.393447" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.387868" elapsed="0.005604"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.385916" elapsed="0.007633"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.393729" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.393574" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.385899" elapsed="0.007918"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.397368" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.394825" elapsed="0.002600"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.394601" elapsed="0.002860"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.394584" elapsed="0.002900"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.400322" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.397763" elapsed="0.002624"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.397539" elapsed="0.002897"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.397524" elapsed="0.002944"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.401220" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.400709" elapsed="0.000549"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.401726" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.401378" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.402697" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.402077" elapsed="0.000657"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.401837" elapsed="0.000947"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.401353" elapsed="0.001460"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.403599" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.403053" elapsed="0.000583"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.404083" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.403732" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.405022" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.404453" elapsed="0.000605"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.404192" elapsed="0.000917"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.403708" elapsed="0.001429"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.405365" elapsed="0.000530"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.406546" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.406123" elapsed="0.000459"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.406794" elapsed="0.002657"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.394163" elapsed="0.015351"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.409688" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.409584" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.409566" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.412298" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.409898" elapsed="0.002432"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.412382" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:31.412536" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.381009" elapsed="0.031585"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.412654" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.378530" elapsed="0.034245"/>
</kw>
<var name="${switch}">15</var>
<status status="PASS" start="2026-04-10T03:14:31.378333" elapsed="0.034479"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.419761" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.419513" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.420203" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.419962" elapsed="0.000284"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.427756" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.428673" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A16/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;315000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.428829" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.422316" elapsed="0.006549"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.420329" elapsed="0.008594"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.429172" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.428956" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.420311" elapsed="0.009007"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.434581" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;315000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.430782" elapsed="0.003883"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.430467" elapsed="0.004246"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.430442" elapsed="0.004304"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.438671" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.435140" elapsed="0.003596"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.434822" elapsed="0.003961"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.434799" elapsed="0.004016"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.439740" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.439088" elapsed="0.000700"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.440152" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.439891" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.440922" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.440474" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.440249" elapsed="0.000766"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.439870" elapsed="0.001169"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.441623" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.441215" elapsed="0.000442"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.442000" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.441743" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.442701" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.442254" elapsed="0.000474"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.442080" elapsed="0.000683"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.441724" elapsed="0.001061"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.442939" elapsed="0.000417"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.443798" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.443521" elapsed="0.000312"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.443990" elapsed="0.002467"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.429865" elapsed="0.016659"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.446704" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.446595" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.446577" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.449474" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.446916" elapsed="0.002590"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.449560" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:31.449722" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.415434" elapsed="0.034316"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.449807" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.413086" elapsed="0.036860"/>
</kw>
<var name="${switch}">16</var>
<status status="PASS" start="2026-04-10T03:14:31.412894" elapsed="0.037097"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.457353" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.457078" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.457844" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.457555" elapsed="0.000334"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.468052" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.468674" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A17/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;127000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.468847" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.459982" elapsed="0.008894"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.457957" elapsed="0.010962"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.469099" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.468944" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.457939" elapsed="0.011244"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.473572" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;127000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.470288" elapsed="0.003368"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.470028" elapsed="0.003677"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.470010" elapsed="0.003729"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.477785" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.474127" elapsed="0.003723"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.473816" elapsed="0.004086"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.473794" elapsed="0.004155"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.478793" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.478217" elapsed="0.000613"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.479400" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.478928" elapsed="0.000569"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.480295" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.479803" elapsed="0.000520"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.479531" elapsed="0.000828"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.478903" elapsed="0.001477"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.480924" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.480556" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.481269" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.481019" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.481978" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.481556" elapsed="0.000449"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.481366" elapsed="0.000706"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.481002" elapsed="0.001092"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.482315" elapsed="0.000418"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.483204" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.482902" elapsed="0.000329"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.483438" elapsed="0.002605"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.469557" elapsed="0.016552"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.486310" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.486179" elapsed="0.000180"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.486161" elapsed="0.000219"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.489124" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.486537" elapsed="0.002619"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.489246" elapsed="0.000049"/>
</return>
<msg time="2026-04-10T03:14:31.489427" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.452853" elapsed="0.036603"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.489514" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.450346" elapsed="0.039287"/>
</kw>
<var name="${switch}">17</var>
<status status="PASS" start="2026-04-10T03:14:31.450100" elapsed="0.039570"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.496976" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.496711" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.497460" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.497180" elapsed="0.000338"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.505625" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.506175" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A18/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;996000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.506340" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.499669" elapsed="0.006702"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.497592" elapsed="0.008821"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.506604" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.506439" elapsed="0.000242"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.497573" elapsed="0.009132"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.511840" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;996000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.507848" elapsed="0.004093"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.507566" elapsed="0.004450"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.507543" elapsed="0.004509"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.515923" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.512478" elapsed="0.003520"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.512133" elapsed="0.003925"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.512110" elapsed="0.003981"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.516927" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.516366" elapsed="0.000610"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.517485" elapsed="0.000092"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.517090" elapsed="0.000543"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.518559" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.517921" elapsed="0.000688"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.517667" elapsed="0.001005"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.517064" elapsed="0.001639"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.519589" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.518974" elapsed="0.000653"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.520093" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.519729" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.520811" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.520393" elapsed="0.000445"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.520185" elapsed="0.000689"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.519701" elapsed="0.001194"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.521050" elapsed="0.000446"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.521971" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.521681" elapsed="0.000317"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.522155" elapsed="0.002506"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.507062" elapsed="0.017679"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.524957" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.524834" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.524811" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.527679" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.525175" elapsed="0.002536"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.527769" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:31.527944" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.492395" elapsed="0.035580"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.528033" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.489996" elapsed="0.038159"/>
</kw>
<var name="${switch}">18</var>
<status status="PASS" start="2026-04-10T03:14:31.489756" elapsed="0.038456"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.535634" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.535365" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.536077" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.535836" elapsed="0.000283"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.544654" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.545206" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A19/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;519000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.545379" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.538162" elapsed="0.007243"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.536185" elapsed="0.009263"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.545637" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.545472" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.536168" elapsed="0.009578"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.549462" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;519000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.546787" elapsed="0.002735"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.546558" elapsed="0.002999"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.546539" elapsed="0.003042"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.552643" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.549864" elapsed="0.002844"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.549635" elapsed="0.003122"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.549619" elapsed="0.003171"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.553584" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.553033" elapsed="0.000588"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.554063" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.553718" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.555122" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.554467" elapsed="0.000730"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.554189" elapsed="0.001080"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.553694" elapsed="0.001646"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.556423" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.555683" elapsed="0.000794"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.557129" elapsed="0.000046"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.556616" elapsed="0.000633"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.558576" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.557742" elapsed="0.000884"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.557373" elapsed="0.001324"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.556580" elapsed="0.002161"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.559068" elapsed="0.000814"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.560514" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.560114" elapsed="0.000437"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.560772" elapsed="0.004258"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.546122" elapsed="0.018983"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.565329" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.565181" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.565160" elapsed="0.000240"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.568121" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.565567" elapsed="0.002586"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.568262" elapsed="0.000052"/>
</return>
<msg time="2026-04-10T03:14:31.568445" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.531000" elapsed="0.037473"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.568531" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.528530" elapsed="0.040119"/>
</kw>
<var name="${switch}">19</var>
<status status="PASS" start="2026-04-10T03:14:31.528330" elapsed="0.040356"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.575862" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.575590" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.576319" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.576063" elapsed="0.000300"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.586693" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.587264" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A20/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;422000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.587394" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.578366" elapsed="0.009054"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.576430" elapsed="0.011031"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.587640" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.587485" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.576413" elapsed="0.011310"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.591434" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;422000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.588859" elapsed="0.002635"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.588641" elapsed="0.002888"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.588623" elapsed="0.002930"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.595152" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.591867" elapsed="0.003352"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.591609" elapsed="0.003690"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.591593" elapsed="0.003742"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.596171" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.595591" elapsed="0.000618"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.596681" elapsed="0.000073"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.596329" elapsed="0.000478"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.597711" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.597090" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.596841" elapsed="0.000965"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.596303" elapsed="0.001533"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.598609" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.598081" elapsed="0.000566"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.599092" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.598745" elapsed="0.000468"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.600060" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.599544" elapsed="0.000542"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.599247" elapsed="0.000875"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.598720" elapsed="0.001423"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.600312" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.601132" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.600859" elapsed="0.000299"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.601330" elapsed="0.002565"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.588076" elapsed="0.015884"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.604139" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.604031" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.604012" elapsed="0.000206"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.606794" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.604395" elapsed="0.002431"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.606878" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:31.607033" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.571384" elapsed="0.035676"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.607118" elapsed="0.000048"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.568990" elapsed="0.038273"/>
</kw>
<var name="${switch}">20</var>
<status status="PASS" start="2026-04-10T03:14:31.568783" elapsed="0.038548"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.615390" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.615073" elapsed="0.000365"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.615841" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.615595" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.623450" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.624015" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A21/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;758000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.624176" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.617909" elapsed="0.006295"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.615951" elapsed="0.008295"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.624455" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.624294" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.615933" elapsed="0.008608"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.628154" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;758000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.625583" elapsed="0.002631"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.625357" elapsed="0.002893"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.625337" elapsed="0.002972"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.630940" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.628595" elapsed="0.002391"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.628369" elapsed="0.002653"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.628353" elapsed="0.002693"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.631693" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.631299" elapsed="0.000422"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.632456" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.632053" elapsed="0.000488"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.633460" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.632824" elapsed="0.000674"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.632572" elapsed="0.000978"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.631791" elapsed="0.001788"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.634358" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.633826" elapsed="0.000570"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.634844" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.634493" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.635810" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.635214" elapsed="0.000633"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.634955" elapsed="0.000943"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.634468" elapsed="0.001458"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.636143" elapsed="0.000552"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.637354" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.636929" elapsed="0.000463"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.637609" elapsed="0.003276"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.624907" elapsed="0.016066"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.641216" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.641070" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.641045" elapsed="0.000304"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.644663" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.641555" elapsed="0.003137"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.644782" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:31.644944" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.610828" elapsed="0.034144"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.645030" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.607613" elapsed="0.037536"/>
</kw>
<var name="${switch}">21</var>
<status status="PASS" start="2026-04-10T03:14:31.607419" elapsed="0.037766"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.652214" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.651966" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.652673" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.652432" elapsed="0.000284"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.661431" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.661965" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A22/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;538000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.662071" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.654719" elapsed="0.007377"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.652783" elapsed="0.009355"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.662339" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.662162" elapsed="0.000245"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.652765" elapsed="0.009663"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.667040" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;538000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.663493" elapsed="0.003651"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.663251" elapsed="0.003943"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.663233" elapsed="0.003995"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.670974" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.667640" elapsed="0.003407"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.667327" elapsed="0.003769"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.667303" elapsed="0.003849"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.672020" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.671432" elapsed="0.000629"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.672536" elapsed="0.000078"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.672160" elapsed="0.000508"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.673577" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.672956" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.672702" elapsed="0.000967"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.672135" elapsed="0.001564"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.674478" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.673949" elapsed="0.000570"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.674996" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.674618" elapsed="0.000460"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.676008" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.675444" elapsed="0.000592"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.675112" elapsed="0.000960"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.674592" elapsed="0.001501"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.676250" elapsed="0.000480"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.677187" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.676902" elapsed="0.000312"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.677388" elapsed="0.002385"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.662790" elapsed="0.017046"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.680011" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.679905" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.679887" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.682757" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.680225" elapsed="0.002563"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.682842" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:31.683000" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.647832" elapsed="0.035196"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.683086" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.645498" elapsed="0.037736"/>
</kw>
<var name="${switch}">22</var>
<status status="PASS" start="2026-04-10T03:14:31.645299" elapsed="0.037986"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.690610" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.690357" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.691055" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.690812" elapsed="0.000286"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.698803" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.699384" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A23/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;680000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.699535" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.693135" elapsed="0.006427"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.691186" elapsed="0.008418"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.699787" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.699631" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.691167" elapsed="0.008703"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.703450" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;680000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.700893" elapsed="0.002617"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.700659" elapsed="0.002887"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.700640" elapsed="0.002930"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.706213" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.703860" elapsed="0.002398"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.703628" elapsed="0.002679"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.703610" elapsed="0.002722"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.706875" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.706507" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.707252" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.706971" elapsed="0.000356"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.708055" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.707526" elapsed="0.000567"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.707350" elapsed="0.000794"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.706954" elapsed="0.001219"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.708957" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.708452" elapsed="0.000543"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.709458" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.709091" elapsed="0.000447"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.710409" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.709811" elapsed="0.000636"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.709570" elapsed="0.000927"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.709067" elapsed="0.001458"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.710740" elapsed="0.000599"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.711962" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.711578" elapsed="0.000422"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.712216" elapsed="0.003341"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.700219" elapsed="0.015427"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.715891" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.715744" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.715719" elapsed="0.000263"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.719868" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.716187" elapsed="0.003720"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.720005" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:31.720170" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.685928" elapsed="0.034270"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.720256" elapsed="0.000053"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.683574" elapsed="0.036833"/>
</kw>
<var name="${switch}">23</var>
<status status="PASS" start="2026-04-10T03:14:31.683374" elapsed="0.037070"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.727463" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.727190" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.727909" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.727667" elapsed="0.000286"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.737203" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.737765" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A24/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;976000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.737879" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.729956" elapsed="0.007949"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.728020" elapsed="0.009927"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.738128" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.737973" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.728002" elapsed="0.010212"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.742872" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;976000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.739263" elapsed="0.003696"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.739006" elapsed="0.004003"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.738989" elapsed="0.004054"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.746728" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.743480" elapsed="0.003312"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.743141" elapsed="0.003700"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.743098" elapsed="0.003774"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.747725" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.747151" elapsed="0.000612"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.748207" elapsed="0.000098"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.747860" elapsed="0.000501"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.749242" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.748649" elapsed="0.000652"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.748395" elapsed="0.000958"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.747836" elapsed="0.001547"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.750130" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.749627" elapsed="0.000541"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.750632" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.750263" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.751682" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.750993" elapsed="0.000727"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.750744" elapsed="0.001029"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.750239" elapsed="0.001564"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.751983" elapsed="0.000398"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.752829" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.752548" elapsed="0.000306"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.753008" elapsed="0.002382"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.738588" elapsed="0.016867"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.755631" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.755525" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.755507" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.758240" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.755843" elapsed="0.002441"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.758338" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:31.758494" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.723065" elapsed="0.035457"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.758579" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.720735" elapsed="0.037961"/>
</kw>
<var name="${switch}">24</var>
<status status="PASS" start="2026-04-10T03:14:31.720532" elapsed="0.038201"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.765735" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.765489" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.766172" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.765934" elapsed="0.000280"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.773712" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.774530" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A25/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;500000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.774729" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.768232" elapsed="0.006533"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.766295" elapsed="0.008534"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.775076" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.774863" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.766262" elapsed="0.008956"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.780204" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;500000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.776639" elapsed="0.003670"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.776330" elapsed="0.004030"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.776304" elapsed="0.004088"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.784063" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.780786" elapsed="0.003322"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.780470" elapsed="0.003673"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.780447" elapsed="0.003719"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.784733" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.784365" elapsed="0.000394"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.785077" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.784829" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.785764" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.785347" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.785156" elapsed="0.000671"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.784812" elapsed="0.001035"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.786393" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.786019" elapsed="0.000400"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.786731" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.786488" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.787444" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.786986" elapsed="0.000485"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.786815" elapsed="0.000691"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.786471" elapsed="0.001056"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.787677" elapsed="0.000372"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.788514" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.788214" elapsed="0.000326"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.788694" elapsed="0.002325"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.775724" elapsed="0.015358"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.791291" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.791168" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.791150" elapsed="0.000209"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.794057" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.791507" elapsed="0.002581"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.794185" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:31.794361" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.761394" elapsed="0.032996"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.794448" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.759009" elapsed="0.035560"/>
</kw>
<var name="${switch}">25</var>
<status status="PASS" start="2026-04-10T03:14:31.758817" elapsed="0.035789"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.801710" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.801460" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.802162" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.801916" elapsed="0.000290"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.810064" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.810626" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A26/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;843000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.810733" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.804234" elapsed="0.006524"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.802288" elapsed="0.008516"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.811001" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.810831" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.802256" elapsed="0.008831"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.815927" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;843000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.812341" elapsed="0.003669"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.812002" elapsed="0.004056"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.811971" elapsed="0.004119"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.819788" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.816501" elapsed="0.003350"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.816167" elapsed="0.003732"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.816144" elapsed="0.003787"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.820722" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.820174" elapsed="0.000585"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.821200" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.820856" elapsed="0.000495"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.822222" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.821635" elapsed="0.000625"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.821385" elapsed="0.000957"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.820831" elapsed="0.001541"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.823162" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.822619" elapsed="0.000582"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.823694" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.823342" elapsed="0.000441"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.824471" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.824041" elapsed="0.000456"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.823823" elapsed="0.000710"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.823316" elapsed="0.001238"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.824705" elapsed="0.000374"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.825529" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.825244" elapsed="0.000310"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.825709" elapsed="0.002345"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.811490" elapsed="0.016627"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.828307" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.828187" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.828169" elapsed="0.000204"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.830894" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.828518" elapsed="0.002406"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.830976" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:31.831144" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.797252" elapsed="0.033920"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.831230" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.794882" elapsed="0.036492"/>
</kw>
<var name="${switch}">26</var>
<status status="PASS" start="2026-04-10T03:14:31.794689" elapsed="0.036722"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.838357" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.838093" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.838796" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.838557" elapsed="0.000282"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.847852" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.849309" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A27/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;502000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.849769" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.840842" elapsed="0.008992"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.838905" elapsed="0.011044"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.850470" elapsed="0.000057"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.850020" elapsed="0.000606"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.838888" elapsed="0.011800"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.857253" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;502000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.852849" elapsed="0.004527"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.852489" elapsed="0.004942"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.852460" elapsed="0.005006"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.861365" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.857883" elapsed="0.003549"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.857547" elapsed="0.003934"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.857523" elapsed="0.003997"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.862415" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.861803" elapsed="0.000651"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.862957" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.862555" elapsed="0.000489"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.864051" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.863426" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.863077" elapsed="0.001040"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.862531" elapsed="0.001608"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.864758" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.864348" elapsed="0.000438"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.865133" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.864869" elapsed="0.000323"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.865848" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.865406" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.865214" elapsed="0.000698"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.864850" elapsed="0.001089"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.866125" elapsed="0.000420"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.867014" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.866714" elapsed="0.000334"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.867243" elapsed="0.002520"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.851578" elapsed="0.018254"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.870014" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.869903" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.869885" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.872763" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.870228" elapsed="0.002567"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.872903" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:31.873073" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.834008" elapsed="0.039095"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.873175" elapsed="0.000030"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.831685" elapsed="0.041682"/>
</kw>
<var name="${switch}">27</var>
<status status="PASS" start="2026-04-10T03:14:31.831493" elapsed="0.041924"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.880534" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.880241" elapsed="0.000344"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.881008" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.880743" elapsed="0.000317"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.890842" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.890981" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A28/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.891112" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.883074" elapsed="0.008067"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.881134" elapsed="0.010051"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.891404" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.891211" elapsed="0.000260"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.881114" elapsed="0.010379"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.895190" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.892550" elapsed="0.002697"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.892322" elapsed="0.002977"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.892303" elapsed="0.003021"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.899319" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.895603" elapsed="0.003787"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.895379" elapsed="0.004060"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.895363" elapsed="0.004109"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.900432" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.899768" elapsed="0.000705"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.900964" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.900585" elapsed="0.000462"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.902081" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.901371" elapsed="0.000986"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.901079" elapsed="0.001339"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.900554" elapsed="0.001893"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.904949" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.904519" elapsed="0.000458"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.905329" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.905050" elapsed="0.000339"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.906084" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.905604" elapsed="0.000507"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.905417" elapsed="0.000755"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.905032" elapsed="0.001166"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.906452" elapsed="0.000437"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.908774" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.907063" elapsed="0.001776"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.909228" elapsed="0.004576"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.891873" elapsed="0.022052"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.914239" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.914079" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.914043" elapsed="0.000321"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.917560" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.914618" elapsed="0.002977"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.917651" elapsed="0.000045"/>
</return>
<msg time="2026-04-10T03:14:31.917865" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.876137" elapsed="0.041760"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.917981" elapsed="0.000059"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.873729" elapsed="0.044437"/>
</kw>
<var name="${switch}">28</var>
<status status="PASS" start="2026-04-10T03:14:31.873518" elapsed="0.044699"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.926773" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.926395" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.927364" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.927000" elapsed="0.000411"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.936238" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.936972" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A29/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;266000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.937202" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.929806" elapsed="0.007426"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.927488" elapsed="0.009815"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.937517" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.937335" elapsed="0.000250"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.927467" elapsed="0.010145"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.942084" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;266000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.938918" elapsed="0.003248"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.938598" elapsed="0.003616"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.938577" elapsed="0.003669"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.946678" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.942644" elapsed="0.004128"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.942344" elapsed="0.004495"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.942321" elapsed="0.004566"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.948107" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.947325" elapsed="0.000835"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.948833" elapsed="0.000046"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.948326" elapsed="0.000624"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.950223" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.949380" elapsed="0.000957"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.948998" elapsed="0.001425"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.948264" elapsed="0.002204"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.951622" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.950858" elapsed="0.000807"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.952217" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.951798" elapsed="0.000559"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.953559" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.952700" elapsed="0.000915"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.952410" elapsed="0.001271"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.951764" elapsed="0.001948"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.953989" elapsed="0.000771"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.955867" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.955167" elapsed="0.000753"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.956168" elapsed="0.002988"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.938092" elapsed="0.021150"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:31.959460" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:31.959339" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.959319" elapsed="0.000213"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:31.962460" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:31.959685" elapsed="0.002808"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:31.962603" elapsed="0.000040"/>
</return>
<msg time="2026-04-10T03:14:31.962783" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.921675" elapsed="0.041151"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:31.962890" elapsed="0.000035"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.918634" elapsed="0.044396"/>
</kw>
<var name="${switch}">29</var>
<status status="PASS" start="2026-04-10T03:14:31.918358" elapsed="0.044711"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.971730" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.971349" elapsed="0.000455"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.972352" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.972042" elapsed="0.000356"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:31.980001" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:31.980632" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A30/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;213000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:31.980751" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:31.974848" elapsed="0.005929"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.972473" elapsed="0.008358"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.981087" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.980868" elapsed="0.000295"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.972452" elapsed="0.008736"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.986292" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;213000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.982478" elapsed="0.003908"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.982164" elapsed="0.004273"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.982145" elapsed="0.004326"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.990942" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:31.986933" elapsed="0.004102"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.986552" elapsed="0.004587"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.986528" elapsed="0.004651"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.992200" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.991521" elapsed="0.000728"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.992831" elapsed="0.000107"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.992378" elapsed="0.000619"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.993946" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.993332" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.993031" elapsed="0.001007"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.992352" elapsed="0.001715"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.995002" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.994449" elapsed="0.000601"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:31.995676" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:31.995207" elapsed="0.000582"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:31.996568" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:31.996090" elapsed="0.000512"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:31.995836" elapsed="0.000809"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:31.995173" elapsed="0.001493"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:31.996849" elapsed="0.000405"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:31.997889" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:31.997446" elapsed="0.000473"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:31.998084" elapsed="0.002633"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:31.981705" elapsed="0.019094"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.001013" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.000885" elapsed="0.000179"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.000865" elapsed="0.000221"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.004131" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.001236" elapsed="0.002935"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.004239" elapsed="0.000065"/>
</return>
<msg time="2026-04-10T03:14:32.004443" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:31.965919" elapsed="0.038553"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.004531" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:31.963443" elapsed="0.041208"/>
</kw>
<var name="${switch}">30</var>
<status status="PASS" start="2026-04-10T03:14:31.963200" elapsed="0.041489"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.012411" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.012104" elapsed="0.000356"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.012872" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.012618" elapsed="0.000298"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.021397" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.022032" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A31/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;716000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.022221" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.014975" elapsed="0.007281"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.012985" elapsed="0.009348"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.022522" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.022359" elapsed="0.000229"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.012966" elapsed="0.009643"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.027997" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;716000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.023865" elapsed="0.004226"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.023523" elapsed="0.004628"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.023498" elapsed="0.004690"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.032083" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.028624" elapsed="0.003525"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.028302" elapsed="0.003897"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.028254" elapsed="0.003978"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.033067" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.032516" elapsed="0.000590"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.033604" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.033204" elapsed="0.000485"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.034683" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.034015" elapsed="0.000706"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.033722" elapsed="0.001053"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.033180" elapsed="0.001625"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.035673" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.035052" elapsed="0.000661"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.036167" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.035828" elapsed="0.000418"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.037003" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.036551" elapsed="0.000481"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.036298" elapsed="0.000771"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.035798" elapsed="0.001292"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.037259" elapsed="0.000427"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.038147" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.037857" elapsed="0.000317"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.038364" elapsed="0.004204"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.022973" elapsed="0.019664"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.042817" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.042707" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.042689" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.045668" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.043033" elapsed="0.002672"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.045814" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:32.045980" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.007724" elapsed="0.038285"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.046067" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.005006" elapsed="0.041181"/>
</kw>
<var name="${switch}">31</var>
<status status="PASS" start="2026-04-10T03:14:32.004791" elapsed="0.041442"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.053495" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.053221" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.053945" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.053699" elapsed="0.000290"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.060753" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.061340" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A32/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;4&lt;/packet-count&gt;&lt;byte-count&gt;314&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;351000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.061452" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.056032" elapsed="0.005445"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.054056" elapsed="0.007464"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.061702" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.061545" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.054038" elapsed="0.007748"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.065407" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;4&lt;/packet-count&gt;&lt;byte-count&gt;314&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;351000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.062814" elapsed="0.002654"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.062588" elapsed="0.002915"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.062570" elapsed="0.002956"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.068492" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.065805" elapsed="0.002753"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.065581" elapsed="0.003026"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.065565" elapsed="0.003074"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.069506" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.068927" elapsed="0.000618"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.069995" elapsed="0.000081"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.069643" elapsed="0.000488"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.071030" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.070446" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.070163" elapsed="0.000974"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.069618" elapsed="0.001548"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.071943" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.071431" elapsed="0.000549"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.072448" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.072078" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.073408" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.072804" elapsed="0.000643"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.072561" elapsed="0.000937"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.072053" elapsed="0.001475"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.073742" elapsed="0.000577"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.074957" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.074558" elapsed="0.000435"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.075254" elapsed="0.002623"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.062149" elapsed="0.015796"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.078127" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.078017" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.077999" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.080872" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.078374" elapsed="0.002531"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.080983" elapsed="0.000045"/>
</return>
<msg time="2026-04-10T03:14:32.081162" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.049022" elapsed="0.032169"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.081249" elapsed="0.000043"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.046559" elapsed="0.034831"/>
</kw>
<var name="${switch}">32</var>
<status status="PASS" start="2026-04-10T03:14:32.046350" elapsed="0.035076"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.088724" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.088389" elapsed="0.000395"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.089196" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.088952" elapsed="0.000289"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.098771" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.099724" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A33/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;218000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.100052" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.091386" elapsed="0.008707"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.089342" elapsed="0.010830"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.100565" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.100221" elapsed="0.000448"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.089316" elapsed="0.011393"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.106544" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;218000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.102442" elapsed="0.004193"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.102052" elapsed="0.004634"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.102023" elapsed="0.004698"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.110702" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.107191" elapsed="0.003582"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.106802" elapsed="0.004024"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.106779" elapsed="0.004082"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.111835" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.111193" elapsed="0.000682"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.112380" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.111980" elapsed="0.000487"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.113411" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.112767" elapsed="0.000684"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.112502" elapsed="0.001002"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.111954" elapsed="0.001581"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.114510" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.113883" elapsed="0.000670"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.115127" elapsed="0.000040"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.114668" elapsed="0.000555"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.116252" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.115598" elapsed="0.000729"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.115258" elapsed="0.001125"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.114640" elapsed="0.001774"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.116653" elapsed="0.000577"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.117989" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.117544" elapsed="0.000484"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.118302" elapsed="0.003320"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.101344" elapsed="0.020359"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.121894" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.121779" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.121759" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.124846" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.122128" elapsed="0.002751"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.125027" elapsed="0.000054"/>
</return>
<msg time="2026-04-10T03:14:32.125479" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.084162" elapsed="0.041350"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.125574" elapsed="0.000031"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.081730" elapsed="0.043997"/>
</kw>
<var name="${switch}">33</var>
<status status="PASS" start="2026-04-10T03:14:32.081523" elapsed="0.044248"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.133201" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.132923" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.133686" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.133437" elapsed="0.000294"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.141881" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.142752" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A34/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;922000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.142920" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.135866" elapsed="0.007091"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.133814" elapsed="0.009205"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.143358" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.143090" elapsed="0.000360"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.133790" elapsed="0.009690"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.148737" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;922000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.144962" elapsed="0.003863"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.144642" elapsed="0.004233"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.144615" elapsed="0.004296"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.152783" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.149384" elapsed="0.003447"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.149007" elapsed="0.003860"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.148980" elapsed="0.003911"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.153532" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.153107" elapsed="0.000454"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.153890" elapsed="0.000077"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.153633" elapsed="0.000373"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.154665" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.154213" elapsed="0.000480"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.154030" elapsed="0.000699"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.153615" elapsed="0.001136"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.155359" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.154931" elapsed="0.000456"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.155712" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.155459" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.156448" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.155987" elapsed="0.000489"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.155793" elapsed="0.000719"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.155441" elapsed="0.001093"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.156693" elapsed="0.000386"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.157566" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.157250" elapsed="0.000343"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.157751" elapsed="0.002477"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.144010" elapsed="0.016317"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.160515" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.160402" elapsed="0.000165"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.160383" elapsed="0.000208"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.164000" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.160742" elapsed="0.003289"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.164084" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:32.164252" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.128628" elapsed="0.035686"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.164374" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.126126" elapsed="0.038372"/>
</kw>
<var name="${switch}">34</var>
<status status="PASS" start="2026-04-10T03:14:32.125884" elapsed="0.038650"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.171665" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.171409" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.172245" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.171905" elapsed="0.000425"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.182877" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.183761" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A35/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;97000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.183995" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.175219" elapsed="0.008814"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.172426" elapsed="0.011667"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.184374" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.184128" elapsed="0.000338"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.172401" elapsed="0.012094"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.189653" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;97000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.185933" elapsed="0.003807"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.185616" elapsed="0.004173"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.185589" elapsed="0.004240"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.193621" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.190228" elapsed="0.003459"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.189908" elapsed="0.003829"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.189885" elapsed="0.003886"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.194615" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.194033" elapsed="0.000621"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.195142" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.194754" elapsed="0.000471"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.196169" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.195548" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.195258" elapsed="0.001000"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.194729" elapsed="0.001582"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.197072" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.196561" elapsed="0.000549"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.197609" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.197209" elapsed="0.000485"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.198605" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.197997" elapsed="0.000648"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.197738" elapsed="0.000962"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.197184" elapsed="0.001547"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.198970" elapsed="0.000678"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.200160" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.199872" elapsed="0.000314"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.200363" elapsed="0.002413"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.184997" elapsed="0.017846"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.203025" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.202916" elapsed="0.000177"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.202897" elapsed="0.000218"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.205722" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.203296" elapsed="0.002458"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.205858" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:32.206024" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.167219" elapsed="0.038833"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.206111" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.164840" elapsed="0.041393"/>
</kw>
<var name="${switch}">35</var>
<status status="PASS" start="2026-04-10T03:14:32.164632" elapsed="0.041654"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.213451" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.213177" elapsed="0.000322"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.213902" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.213658" elapsed="0.000289"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.221733" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.223115" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A36/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;739000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.223443" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.216002" elapsed="0.007502"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.214016" elapsed="0.009602"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.224123" elapsed="0.000054"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.223684" elapsed="0.000614"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.213997" elapsed="0.010351"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.231556" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;739000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.227116" elapsed="0.004541"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.226529" elapsed="0.005184"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.226482" elapsed="0.005269"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.235972" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.232186" elapsed="0.003852"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.231837" elapsed="0.004252"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.231813" elapsed="0.004308"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.237017" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.236436" elapsed="0.000620"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.237619" elapsed="0.000124"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.237154" elapsed="0.000649"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.238851" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.238098" elapsed="0.000793"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.237837" elapsed="0.001107"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.237129" elapsed="0.001845"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.239831" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.239266" elapsed="0.000595"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.240186" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.239932" elapsed="0.000311"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.240882" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.240463" elapsed="0.000446"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.240267" elapsed="0.000678"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.239914" elapsed="0.001052"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.241125" elapsed="0.000449"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.242136" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.241761" elapsed="0.000406"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.242406" elapsed="0.002586"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.225358" elapsed="0.019705"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.245264" elapsed="0.000036"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.245136" elapsed="0.000198"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.245118" elapsed="0.000238"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.248070" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.245509" elapsed="0.002592"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.248155" elapsed="0.000039"/>
</return>
<msg time="2026-04-10T03:14:32.248342" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.209010" elapsed="0.039360"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.248430" elapsed="0.000040"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.206616" elapsed="0.041952"/>
</kw>
<var name="${switch}">36</var>
<status status="PASS" start="2026-04-10T03:14:32.206388" elapsed="0.042218"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.255838" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.255582" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.256300" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.256041" elapsed="0.000304"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.265982" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.266581" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A37/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;899000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.266747" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.258386" elapsed="0.008387"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.256413" elapsed="0.010405"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.267021" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.266853" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.256395" elapsed="0.010745"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.270945" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;899000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.268198" elapsed="0.002807"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.267969" elapsed="0.003105"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.267951" elapsed="0.003150"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.274567" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.271412" elapsed="0.003219"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.271158" elapsed="0.003522"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.271141" elapsed="0.003578"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.275665" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.275018" elapsed="0.000685"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.276160" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.275804" elapsed="0.000437"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.277141" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.276544" elapsed="0.000639"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.276294" elapsed="0.000957"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.275779" elapsed="0.001525"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.278064" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.277555" elapsed="0.000546"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.278604" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.278197" elapsed="0.000491"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.279608" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.278962" elapsed="0.000684"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.278720" elapsed="0.000988"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.278173" elapsed="0.001569"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.279969" elapsed="0.000621"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.281326" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.280877" elapsed="0.000514"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.281641" elapsed="0.003206"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.267524" elapsed="0.017403"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.285125" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.285011" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.284991" elapsed="0.000230"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.287962" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.285407" elapsed="0.002586"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.288084" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:32.288247" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.251395" elapsed="0.036896"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.288352" elapsed="0.000031"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.248926" elapsed="0.039563"/>
</kw>
<var name="${switch}">37</var>
<status status="PASS" start="2026-04-10T03:14:32.248712" elapsed="0.039822"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.295970" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.295708" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.296485" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.296190" elapsed="0.000340"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.304946" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.305792" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A38/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;393000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.305969" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.298697" elapsed="0.007310"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.296601" elapsed="0.009485"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.306453" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.306134" elapsed="0.000415"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.296582" elapsed="0.009995"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.311860" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;393000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.308074" elapsed="0.003871"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.307754" elapsed="0.004240"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.307729" elapsed="0.004297"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.315839" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.312439" elapsed="0.003448"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.312103" elapsed="0.003820"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.312080" elapsed="0.003867"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.316535" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.316132" elapsed="0.000431"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.316884" elapsed="0.000066"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.316633" elapsed="0.000356"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.317670" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.317202" elapsed="0.000495"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.317013" elapsed="0.000721"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.316615" elapsed="0.001141"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.318323" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.317931" elapsed="0.000421"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.318674" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.318424" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.319402" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.318933" elapsed="0.000496"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.318755" elapsed="0.000712"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.318405" elapsed="0.001082"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.319643" elapsed="0.000385"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.320501" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.320196" elapsed="0.000330"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.320684" elapsed="0.002465"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.307131" elapsed="0.016085"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.323416" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.323303" elapsed="0.000161"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.323282" elapsed="0.000203"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.326122" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.323634" elapsed="0.002519"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.326207" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:32.326437" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.291418" elapsed="0.035052"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.326552" elapsed="0.000063"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.288861" elapsed="0.037858"/>
</kw>
<var name="${switch}">38</var>
<status status="PASS" start="2026-04-10T03:14:32.288638" elapsed="0.038119"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.333958" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.333707" elapsed="0.000297"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.334446" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.334160" elapsed="0.000332"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.343089" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.343662" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A39/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;160000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.343818" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.336673" elapsed="0.007187"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.334564" elapsed="0.009357"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.344175" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.343956" elapsed="0.000309"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.334541" elapsed="0.009778"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.349706" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;160000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.345786" elapsed="0.004005"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.345473" elapsed="0.004369"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.345445" elapsed="0.004431"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.353799" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.350332" elapsed="0.003533"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.349954" elapsed="0.003959"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.349931" elapsed="0.004014"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.354813" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.354207" elapsed="0.000654"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.355420" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.354962" elapsed="0.000542"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.356312" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.355798" elapsed="0.000544"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.355537" elapsed="0.000843"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.354936" elapsed="0.001464"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.356948" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.356576" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.357344" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.357045" elapsed="0.000359"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.358066" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.357602" elapsed="0.000492"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.357428" elapsed="0.000723"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.357028" elapsed="0.001148"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.358363" elapsed="0.000406"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.359251" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.358936" elapsed="0.000369"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.359491" elapsed="0.002427"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.344809" elapsed="0.017175"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.362163" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.362055" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.362037" elapsed="0.000205"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.364935" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.362425" elapsed="0.002542"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.365066" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:32.365230" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.329536" elapsed="0.035731"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.365344" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.327095" elapsed="0.038374"/>
</kw>
<var name="${switch}">39</var>
<status status="PASS" start="2026-04-10T03:14:32.326849" elapsed="0.038656"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.372804" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.372547" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.373289" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.373026" elapsed="0.000310"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.381593" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.381723" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A40/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.381830" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.375422" elapsed="0.006437"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.373404" elapsed="0.008497"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.382082" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.381926" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.373385" elapsed="0.008780"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.385850" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.383233" elapsed="0.002674"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.382978" elapsed="0.002964"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.382959" elapsed="0.003008"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.389234" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.386245" elapsed="0.003097"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.386022" elapsed="0.003371"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.386006" elapsed="0.003420"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.390268" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.389682" elapsed="0.000666"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.390800" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.390448" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.391827" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.391184" elapsed="0.000690"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.390912" elapsed="0.001024"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.390423" elapsed="0.001549"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.392854" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.392312" elapsed="0.000580"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.393426" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.392989" elapsed="0.000543"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.394545" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.393880" elapsed="0.000703"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.393567" elapsed="0.001067"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.392965" elapsed="0.001698"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.394914" elapsed="0.000629"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.396145" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.395782" elapsed="0.000389"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.396342" elapsed="0.002441"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.382545" elapsed="0.016307"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.399054" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.398925" elapsed="0.000178"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.398906" elapsed="0.000218"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.401713" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.399268" elapsed="0.002475"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.401796" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:32.401954" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.368354" elapsed="0.033628"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.402039" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.365804" elapsed="0.036357"/>
</kw>
<var name="${switch}">40</var>
<status status="PASS" start="2026-04-10T03:14:32.365595" elapsed="0.036613"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.409368" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.409085" elapsed="0.000331"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.409850" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.409578" elapsed="0.000317"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.417659" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.418515" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A41/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;296000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.418731" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.411933" elapsed="0.006836"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.409964" elapsed="0.008865"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.419107" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.418865" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.409945" elapsed="0.009283"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.424402" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;296000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.420724" elapsed="0.003765"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.420396" elapsed="0.004143"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.420362" elapsed="0.004210"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.428369" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.424962" elapsed="0.003489"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.424650" elapsed="0.003873"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.424626" elapsed="0.003932"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.429431" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.428843" elapsed="0.000627"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.429921" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.429570" elapsed="0.000430"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.430905" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.430313" elapsed="0.000630"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.430032" elapsed="0.000961"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.429544" elapsed="0.001520"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.431896" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.431331" elapsed="0.000604"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.432405" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.432034" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.433418" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.432765" elapsed="0.000693"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.432518" elapsed="0.000991"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.432010" elapsed="0.001528"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.433754" elapsed="0.000582"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.434966" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.434578" elapsed="0.000424"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.435292" elapsed="0.002667"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.419740" elapsed="0.018286"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.438222" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.438106" elapsed="0.000190"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.438082" elapsed="0.000238"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.440946" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.438470" elapsed="0.002507"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.441081" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:32.441246" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.404902" elapsed="0.036401"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.441364" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.402536" elapsed="0.038951"/>
</kw>
<var name="${switch}">41</var>
<status status="PASS" start="2026-04-10T03:14:32.402334" elapsed="0.039190"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.448709" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.448408" elapsed="0.000357"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.449174" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.448929" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.458546" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.459444" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A42/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;296000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.459656" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.451280" elapsed="0.008426"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.449304" elapsed="0.010465"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.460052" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.459804" elapsed="0.000343"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.449283" elapsed="0.010892"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.465431" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;3&lt;/second&gt;&lt;nanosecond&gt;296000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.461704" elapsed="0.003812"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.461361" elapsed="0.004204"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.461335" elapsed="0.004261"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.469403" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.466002" elapsed="0.003465"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.465672" elapsed="0.003849"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.465650" elapsed="0.003932"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.470419" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.469842" elapsed="0.000614"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.470900" elapsed="0.000085"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.470552" elapsed="0.000508"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.472007" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.471378" elapsed="0.000670"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.471094" elapsed="0.001005"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.470528" elapsed="0.001600"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.472912" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.472403" elapsed="0.000545"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.473408" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.473045" elapsed="0.000443"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.474522" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.473761" elapsed="0.000798"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.473520" elapsed="0.001089"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.473020" elapsed="0.001618"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.474852" elapsed="0.000702"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.476103" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.475791" elapsed="0.000338"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.476299" elapsed="0.002374"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.460739" elapsed="0.018016"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.478956" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.478836" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.478818" elapsed="0.000236"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.481672" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.479202" elapsed="0.002501"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.481755" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:32.481912" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.444199" elapsed="0.037740"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.481996" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.441812" elapsed="0.040302"/>
</kw>
<var name="${switch}">42</var>
<status status="PASS" start="2026-04-10T03:14:32.441615" elapsed="0.040535"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.489126" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.488878" elapsed="0.000293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.489580" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.489340" elapsed="0.000283"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.497327" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.497892" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A43/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;679000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.498058" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.491630" elapsed="0.006457"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.489689" elapsed="0.008449"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.498349" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.498168" elapsed="0.000252"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.489671" elapsed="0.008770"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.502102" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;679000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.499539" elapsed="0.002623"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.499311" elapsed="0.002887"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.499288" elapsed="0.002934"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.505452" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.502532" elapsed="0.002984"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.502304" elapsed="0.003260"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.502261" elapsed="0.003335"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.506393" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.505843" elapsed="0.000594"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.506898" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.506543" elapsed="0.000438"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.508075" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.507480" elapsed="0.000622"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.507055" elapsed="0.001083"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.506518" elapsed="0.001641"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.508713" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.508349" elapsed="0.000390"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.509057" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.508810" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.509767" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.509339" elapsed="0.000455"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.509137" elapsed="0.000696"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.508792" elapsed="0.001064"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.510035" elapsed="0.000435"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.510926" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.510638" elapsed="0.000314"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.511126" elapsed="0.004026"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.498814" elapsed="0.016404"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.515415" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.515306" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.515286" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.518046" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.515630" elapsed="0.002446"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.518167" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:32.518353" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.484813" elapsed="0.033567"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.518438" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.482472" elapsed="0.036082"/>
</kw>
<var name="${switch}">43</var>
<status status="PASS" start="2026-04-10T03:14:32.482243" elapsed="0.036348"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.525645" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.525381" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.526103" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.525846" elapsed="0.000301"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.535596" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.536166" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A44/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;653000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.536296" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.528233" elapsed="0.008090"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.526216" elapsed="0.010150"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.536552" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.536392" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.526198" elapsed="0.010438"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.540493" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;653000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.537695" elapsed="0.002898"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.537475" elapsed="0.003194"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.537457" elapsed="0.003255"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.545190" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.541254" elapsed="0.004053"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.540810" elapsed="0.004568"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.540781" elapsed="0.004636"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.546327" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.545719" elapsed="0.000657"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.546871" elapsed="0.000104"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.546496" elapsed="0.000581"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.548008" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.547429" elapsed="0.000607"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.547112" elapsed="0.000965"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.546467" elapsed="0.001633"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.548701" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.548311" elapsed="0.000416"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.549056" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.548799" elapsed="0.000328"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.549815" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.549365" elapsed="0.000479"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.549151" elapsed="0.000730"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.548781" elapsed="0.001121"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.550104" elapsed="0.000437"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.551108" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.550734" elapsed="0.000408"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.551337" elapsed="0.002588"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.537032" elapsed="0.016969"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.554193" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.554078" elapsed="0.000167"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.554057" elapsed="0.000234"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.557066" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.554452" elapsed="0.002646"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.557154" elapsed="0.000039"/>
</return>
<msg time="2026-04-10T03:14:32.557354" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.521235" elapsed="0.036149"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.557446" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.518878" elapsed="0.038702"/>
</kw>
<var name="${switch}">44</var>
<status status="PASS" start="2026-04-10T03:14:32.518681" elapsed="0.038939"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.565122" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.564807" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.565629" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.565350" elapsed="0.000331"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.575039" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.575743" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A45/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;340000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.575987" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.567807" elapsed="0.008208"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.565757" elapsed="0.010316"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.576343" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.576107" elapsed="0.000310"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.565736" elapsed="0.010706"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.580988" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;340000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.577743" elapsed="0.003339"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.577466" elapsed="0.003671"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.577443" elapsed="0.003730"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.585491" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.581654" elapsed="0.003906"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.581292" elapsed="0.004321"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.581241" elapsed="0.004406"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.586556" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.585944" elapsed="0.000652"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.587095" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.586700" elapsed="0.000482"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.588133" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.587514" elapsed="0.000658"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.587216" elapsed="0.001009"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.586674" elapsed="0.001582"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.589087" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.588560" elapsed="0.000565"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.589613" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.589226" elapsed="0.000471"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.590611" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.589986" elapsed="0.000665"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.589731" elapsed="0.000974"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.589201" elapsed="0.001534"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.590967" elapsed="0.000698"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.592201" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.591897" elapsed="0.000330"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.592406" elapsed="0.002481"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.576929" elapsed="0.018030"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.595168" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.595054" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.595035" elapsed="0.000204"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.597928" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.595418" elapsed="0.002541"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.598078" elapsed="0.000040"/>
</return>
<msg time="2026-04-10T03:14:32.598250" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.560496" elapsed="0.037798"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.598356" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.557959" elapsed="0.040518"/>
</kw>
<var name="${switch}">45</var>
<status status="PASS" start="2026-04-10T03:14:32.557732" elapsed="0.040784"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.605835" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.605542" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.606306" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.606045" elapsed="0.000307"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.615926" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.616087" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A46/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.616223" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.608640" elapsed="0.007611"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.606429" elapsed="0.009915"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.616565" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.616378" elapsed="0.000253"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.606407" elapsed="0.010245"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.620884" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.617843" elapsed="0.003125"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.617601" elapsed="0.003420"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.617580" elapsed="0.003476"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.625075" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.621507" elapsed="0.003638"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.621139" elapsed="0.004083"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.621115" elapsed="0.004192"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.626225" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.625600" elapsed="0.000665"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.626779" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.626398" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.627860" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.627192" elapsed="0.000715"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.626898" elapsed="0.001073"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.626371" elapsed="0.001636"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.628908" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.628383" elapsed="0.000563"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.629473" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.629064" elapsed="0.000493"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.630452" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.629838" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.629591" elapsed="0.000951"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.629037" elapsed="0.001535"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.630796" elapsed="0.000670"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.632078" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.631708" elapsed="0.000396"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.632262" elapsed="0.002408"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.617077" elapsed="0.017660"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.634923" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.634808" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.634790" elapsed="0.000231"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.637610" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.635170" elapsed="0.002470"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.637693" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:32.637858" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.601323" elapsed="0.036566"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.637947" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.598839" elapsed="0.039227"/>
</kw>
<var name="${switch}">46</var>
<status status="PASS" start="2026-04-10T03:14:32.598623" elapsed="0.039479"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.645614" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.645343" elapsed="0.000318"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.646060" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.645818" elapsed="0.000286"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.654070" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.654671" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A47/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;938000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.654841" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.648199" elapsed="0.006669"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.646173" elapsed="0.008739"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.655137" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.654938" elapsed="0.000265"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.646153" elapsed="0.009070"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.658837" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;938000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.656255" elapsed="0.002643"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.656032" elapsed="0.002901"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.656013" elapsed="0.002945"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.661600" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.659252" elapsed="0.002394"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.659027" elapsed="0.002653"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.659010" elapsed="0.002693"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.662293" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.661886" elapsed="0.000437"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.662647" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.662395" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.663409" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.662908" elapsed="0.000532"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.662727" elapsed="0.000751"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.662377" elapsed="0.001121"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.664038" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.663674" elapsed="0.000411"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.664449" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.664174" elapsed="0.000333"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.665160" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.664721" elapsed="0.000468"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.664531" elapsed="0.000695"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.664155" elapsed="0.001091"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.665432" elapsed="0.000425"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.666347" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.666027" elapsed="0.000347"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.666545" elapsed="0.002610"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.655602" elapsed="0.013632"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.669440" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.669326" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.669307" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.672240" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.669667" elapsed="0.002625"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.672398" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:32.672566" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.641084" elapsed="0.031512"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.672655" elapsed="0.000031"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.638418" elapsed="0.034373"/>
</kw>
<var name="${switch}">47</var>
<status status="PASS" start="2026-04-10T03:14:32.638199" elapsed="0.034630"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.680245" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.679986" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.680753" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.680485" elapsed="0.000313"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.688948" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.689154" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A48/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.689337" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.682915" elapsed="0.006463"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.680883" elapsed="0.008559"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.689716" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.689481" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.680861" elapsed="0.009000"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.695631" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.691555" elapsed="0.004160"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.691146" elapsed="0.004622"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.691118" elapsed="0.004686"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.700008" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.696309" elapsed="0.003747"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.695903" elapsed="0.004188"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.695877" elapsed="0.004237"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.700784" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.700348" elapsed="0.000471"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.701152" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.700896" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.701918" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.701455" elapsed="0.000492"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.701243" elapsed="0.000741"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.700879" elapsed="0.001125"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.702632" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.702237" elapsed="0.000422"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.703043" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.702731" elapsed="0.000374"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.703765" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.703335" elapsed="0.000457"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.703130" elapsed="0.000813"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.702713" elapsed="0.001254"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.704145" elapsed="0.000452"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.705054" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.704770" elapsed="0.000310"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.705251" elapsed="0.002492"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.690461" elapsed="0.017350"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.707994" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.707884" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.707865" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.710909" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.708212" elapsed="0.002729"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.711039" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:32.711208" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.675652" elapsed="0.035586"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.711313" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.673126" elapsed="0.038310"/>
</kw>
<var name="${switch}">48</var>
<status status="PASS" start="2026-04-10T03:14:32.672924" elapsed="0.038557"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.718941" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.718674" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.719446" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.719174" elapsed="0.000316"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.727635" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.728260" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A49/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;756000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.728447" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.721566" elapsed="0.006908"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.719560" elapsed="0.008957"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.728701" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.728543" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.719541" elapsed="0.009261"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.733015" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;756000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.729905" elapsed="0.003199"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.729661" elapsed="0.003508"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.729641" elapsed="0.003567"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.737475" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.733694" elapsed="0.003869"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.733315" elapsed="0.004302"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.733288" elapsed="0.004366"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.738575" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.737952" elapsed="0.000663"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.739154" elapsed="0.000043"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.738720" elapsed="0.000541"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.740324" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.739631" elapsed="0.000736"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.739341" elapsed="0.001085"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.738695" elapsed="0.001773"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.741361" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.740759" elapsed="0.000643"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.741879" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.741506" elapsed="0.000461"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.742959" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.742334" elapsed="0.000735"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.742016" elapsed="0.001111"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.741481" elapsed="0.001677"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.743444" elapsed="0.000526"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.744470" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.744149" elapsed="0.000347"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.744674" elapsed="0.002516"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.729185" elapsed="0.018083"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.747535" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.747385" elapsed="0.000200"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.747359" elapsed="0.000247"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.750349" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.747757" elapsed="0.002624"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.750514" elapsed="0.000038"/>
</return>
<msg time="2026-04-10T03:14:32.750695" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.714327" elapsed="0.036400"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.750786" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.711797" elapsed="0.039134"/>
</kw>
<var name="${switch}">49</var>
<status status="PASS" start="2026-04-10T03:14:32.711577" elapsed="0.039412"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.758312" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.758026" elapsed="0.000338"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.758807" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.758536" elapsed="0.000316"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.769036" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.769970" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A50/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;627000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.770143" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.760977" elapsed="0.009214"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.758922" elapsed="0.011334"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.770602" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.770331" elapsed="0.000373"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.758903" elapsed="0.011832"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.776515" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;627000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.772369" elapsed="0.004248"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.772008" elapsed="0.004663"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.771981" elapsed="0.004726"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.780521" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.777118" elapsed="0.003451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.776788" elapsed="0.003816"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.776764" elapsed="0.003868"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.781241" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.780831" elapsed="0.000437"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.781655" elapsed="0.000076"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.781384" elapsed="0.000390"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.782468" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.781998" elapsed="0.000497"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.781806" elapsed="0.000731"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.781365" elapsed="0.001201"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.783182" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.782759" elapsed="0.000450"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.783557" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.783302" elapsed="0.000314"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.784265" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.783837" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.783640" elapsed="0.000707"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.783262" elapsed="0.001106"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.784525" elapsed="0.000425"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.785459" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.785137" elapsed="0.000349"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.785646" elapsed="0.002484"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.771328" elapsed="0.016869"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.788409" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.788293" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.788253" elapsed="0.000225"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.791194" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.788626" elapsed="0.002600"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.791302" elapsed="0.000039"/>
</return>
<msg time="2026-04-10T03:14:32.791475" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.753804" elapsed="0.037700"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.791562" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.751348" elapsed="0.040336"/>
</kw>
<var name="${switch}">50</var>
<status status="PASS" start="2026-04-10T03:14:32.751100" elapsed="0.040620"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.799100" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.798810" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.799598" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.799333" elapsed="0.000309"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.807899" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.808528" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A51/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;108000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.808714" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.801746" elapsed="0.007003"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.799710" elapsed="0.009088"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.808994" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.808826" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.799692" elapsed="0.009392"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.813494" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;108000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.810197" elapsed="0.003403"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.809951" elapsed="0.003703"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.809931" elapsed="0.003759"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.817869" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.814121" elapsed="0.003838"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.813771" elapsed="0.004243"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.813747" elapsed="0.004302"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.818936" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.818369" elapsed="0.000647"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.819564" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.819135" elapsed="0.000542"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.820430" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.819947" elapsed="0.000519"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.819716" elapsed="0.000792"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.819101" elapsed="0.001428"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.821111" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.820735" elapsed="0.000403"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.821506" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.821208" elapsed="0.000358"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.822221" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.821778" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.821589" elapsed="0.000729"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.821191" elapsed="0.001150"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.822506" elapsed="0.000387"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.823422" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.823086" elapsed="0.000365"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.823621" elapsed="0.002471"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.809482" elapsed="0.016678"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.826411" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.826254" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.826232" elapsed="0.000263"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.829152" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.826647" elapsed="0.002536"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.829307" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:32.829486" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.794534" elapsed="0.034985"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.829579" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.792040" elapsed="0.037677"/>
</kw>
<var name="${switch}">51</var>
<status status="PASS" start="2026-04-10T03:14:32.791827" elapsed="0.037929"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.837132" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.836876" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.837602" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.837352" elapsed="0.000305"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.845721" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.845857" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A52/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.845967" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.839740" elapsed="0.006253"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.837736" elapsed="0.008299"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.846220" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.846062" elapsed="0.000240"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.837711" elapsed="0.008614"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.850115" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.847420" elapsed="0.002751"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.847173" elapsed="0.003033"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.847154" elapsed="0.003076"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.853902" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.850588" elapsed="0.003398"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.850307" elapsed="0.003732"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.850289" elapsed="0.003787"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.855023" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.854406" elapsed="0.000661"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.855684" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.855186" elapsed="0.000588"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.856798" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.856088" elapsed="0.000750"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.855808" elapsed="0.001084"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.855152" elapsed="0.001771"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.857909" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.857254" elapsed="0.000697"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.858523" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.858074" elapsed="0.000540"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.859697" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.858919" elapsed="0.000821"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.858649" elapsed="0.001148"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.858046" elapsed="0.001783"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.860021" elapsed="0.000427"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.860966" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.860645" elapsed="0.000357"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.861172" elapsed="0.002887"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.846694" elapsed="0.017448"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.864354" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.864221" elapsed="0.000183"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.864200" elapsed="0.000225"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.867219" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.864575" elapsed="0.002679"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.867335" elapsed="0.000040"/>
</return>
<msg time="2026-04-10T03:14:32.867520" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.832582" elapsed="0.034968"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.867609" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.830068" elapsed="0.037664"/>
</kw>
<var name="${switch}">52</var>
<status status="PASS" start="2026-04-10T03:14:32.829854" elapsed="0.037915"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.875096" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.874817" elapsed="0.000326"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.875618" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.875343" elapsed="0.000319"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.883798" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.883925" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A53/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.884029" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.877759" elapsed="0.006296"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.875731" elapsed="0.008420"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.884377" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.884179" elapsed="0.000286"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.875713" elapsed="0.008774"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.888525" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.885542" elapsed="0.003084"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.885299" elapsed="0.003381"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.885263" elapsed="0.003452"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.892947" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.889135" elapsed="0.003881"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.888798" elapsed="0.004271"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.888774" elapsed="0.004329"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.894055" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.893448" elapsed="0.000648"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.894629" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.894202" elapsed="0.000518"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.895712" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.895040" elapsed="0.000714"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.894754" elapsed="0.001054"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.894177" elapsed="0.001661"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.896712" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.896100" elapsed="0.000654"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.897261" elapsed="0.000073"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.896861" elapsed="0.000533"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.898412" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.897734" elapsed="0.000719"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.897438" elapsed="0.001069"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.896833" elapsed="0.001704"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.898787" elapsed="0.000661"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.900093" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.899728" elapsed="0.000394"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.900308" elapsed="0.002459"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.884858" elapsed="0.017980"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.903051" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.902917" elapsed="0.000188"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.902899" elapsed="0.000227"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.905810" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.903307" elapsed="0.002538"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.905904" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:32.906075" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.870575" elapsed="0.035530"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.906205" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.868093" elapsed="0.038256"/>
</kw>
<var name="${switch}">53</var>
<status status="PASS" start="2026-04-10T03:14:32.867879" elapsed="0.038509"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.913723" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.913408" elapsed="0.000364"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.914207" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.913939" elapsed="0.000313"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.922586" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.923234" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A54/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;418000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.923367" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.916417" elapsed="0.006977"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.914338" elapsed="0.009098"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.923616" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.923460" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.914319" elapsed="0.009381"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.927455" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;418000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.924751" elapsed="0.002764"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.924527" elapsed="0.003024"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.924507" elapsed="0.003067"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.930311" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.927870" elapsed="0.002490"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.927629" elapsed="0.002767"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.927613" elapsed="0.002806"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.931027" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.930597" elapsed="0.000458"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.931417" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.931127" elapsed="0.000352"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.932322" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.931690" elapsed="0.000673"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.931511" elapsed="0.000907"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.931108" elapsed="0.001388"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.933388" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.932786" elapsed="0.000642"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.933923" elapsed="0.000037"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.933533" elapsed="0.000492"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.935066" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.934386" elapsed="0.000728"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.934060" elapsed="0.001111"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.933507" elapsed="0.001695"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.935505" elapsed="0.000597"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.936843" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.936395" elapsed="0.000489"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.937135" elapsed="0.003649"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.924052" elapsed="0.016802"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.941054" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.940942" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.940922" elapsed="0.000199"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.943913" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.941311" elapsed="0.002636"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.944001" elapsed="0.000033"/>
</return>
<msg time="2026-04-10T03:14:32.944163" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.909135" elapsed="0.035056"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.944249" elapsed="0.000042"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.906681" elapsed="0.037708"/>
</kw>
<var name="${switch}">54</var>
<status status="PASS" start="2026-04-10T03:14:32.906479" elapsed="0.037946"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.952365" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.951792" elapsed="0.000637"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.952838" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.952596" elapsed="0.000291"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:32.961330" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:32.961950" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A55/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;133000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:32.962187" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.954984" elapsed="0.007242"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.952970" elapsed="0.009343"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.962583" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.962352" elapsed="0.000325"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.952946" elapsed="0.009761"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.968121" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;210&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;133000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.964292" elapsed="0.003916"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.963936" elapsed="0.004324"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.963909" elapsed="0.004409"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.972153" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.968731" elapsed="0.003468"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.968401" elapsed="0.003832"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.968377" elapsed="0.003880"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.972859" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.972465" elapsed="0.000420"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.973205" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.972955" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.973909" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.973492" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.973313" elapsed="0.000658"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.972938" elapsed="0.001053"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.974557" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.974163" elapsed="0.000421"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:32.974907" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:32.974653" elapsed="0.000337"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.975616" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:32.975188" elapsed="0.000454"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.975013" elapsed="0.000665"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.974636" elapsed="0.001062"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:32.975852" elapsed="0.000383"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:32.976705" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:32.976415" elapsed="0.000315"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:32.976884" elapsed="0.003916"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:32.963302" elapsed="0.017567"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:32.981050" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:32.980941" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.980923" elapsed="0.000193"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:32.983752" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:32.981264" elapsed="0.002518"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:32.983888" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:32.984051" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.947290" elapsed="0.036788"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:32.984135" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.944739" elapsed="0.039513"/>
</kw>
<var name="${switch}">55</var>
<status status="PASS" start="2026-04-10T03:14:32.944528" elapsed="0.039776"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.991747" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.991474" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:32.992194" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:32.991951" elapsed="0.000287"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.001665" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.002227" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A56/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;294000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.002354" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:32.994310" elapsed="0.008070"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:32.992322" elapsed="0.010101"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.002607" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.002449" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:32.992303" elapsed="0.010388"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.006327" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;294000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.003732" elapsed="0.002656"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.003508" elapsed="0.002915"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.003490" elapsed="0.002957"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.009744" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.006727" elapsed="0.003087"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.006503" elapsed="0.003362"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.006487" elapsed="0.003414"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.010772" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.010175" elapsed="0.000637"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.011328" elapsed="0.000095"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.010915" elapsed="0.000564"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.012428" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.011779" elapsed="0.000689"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.011515" elapsed="0.001008"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.010890" elapsed="0.001664"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.013379" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.012815" elapsed="0.000603"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.013892" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.013521" elapsed="0.000455"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.014902" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.014290" elapsed="0.000687"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.014011" elapsed="0.001021"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.013495" elapsed="0.001569"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.015337" elapsed="0.000558"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.016369" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.016064" elapsed="0.000331"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.016553" elapsed="0.002352"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.003072" elapsed="0.015913"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.019163" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.019054" elapsed="0.000156"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.019036" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.021863" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.019409" elapsed="0.002488"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.021950" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:33.022112" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:32.986968" elapsed="0.035172"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.022198" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:32.984609" elapsed="0.037729"/>
</kw>
<var name="${switch}">56</var>
<status status="PASS" start="2026-04-10T03:14:32.984401" elapsed="0.037975"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.029455" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.029160" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.029905" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.029662" elapsed="0.000287"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.038142" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.038762" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A57/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;854000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.038988" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.032180" elapsed="0.006839"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.030019" elapsed="0.009047"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.039266" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.039094" elapsed="0.000259"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.029999" elapsed="0.009375"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.043124" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;854000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.040455" elapsed="0.002730"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.040205" elapsed="0.003016"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.040186" elapsed="0.003059"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.045902" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.043564" elapsed="0.002384"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.043337" elapsed="0.002646"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.043319" elapsed="0.002687"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.046625" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.046204" elapsed="0.000448"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.047012" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.046721" elapsed="0.000350"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.047710" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.047286" elapsed="0.000450"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.047094" elapsed="0.000678"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.046703" elapsed="0.001090"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.048610" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.048030" elapsed="0.000619"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.049112" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.048750" elapsed="0.000445"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.050109" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.049506" elapsed="0.000642"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.049229" elapsed="0.000972"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.048725" elapsed="0.001506"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.050480" elapsed="0.000596"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.051771" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.051345" elapsed="0.000464"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.052041" elapsed="0.003753"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.039759" elapsed="0.016123"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.056066" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.055956" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.055937" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.058781" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.056311" elapsed="0.002500"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.058968" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:33.059137" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.025028" elapsed="0.034137"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.059223" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.022672" elapsed="0.036688"/>
</kw>
<var name="${switch}">57</var>
<status status="PASS" start="2026-04-10T03:14:33.022471" elapsed="0.036927"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.066485" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.066193" elapsed="0.000341"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.066978" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.066692" elapsed="0.000332"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.075759" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.075931" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A58/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.076092" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.069059" elapsed="0.007071"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.067095" elapsed="0.009100"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.076513" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.076235" elapsed="0.000376"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.067075" elapsed="0.009567"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.082160" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.078198" elapsed="0.004054"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.077859" elapsed="0.004480"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.077832" elapsed="0.004548"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.086434" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.082826" elapsed="0.003679"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.082470" elapsed="0.004087"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.082444" elapsed="0.004148"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.087729" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.086898" elapsed="0.000871"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.088135" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.087873" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.088833" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.088409" elapsed="0.000451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.088215" elapsed="0.000686"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.087848" elapsed="0.001075"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.089571" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.089181" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.089921" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.089669" elapsed="0.000309"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.090658" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.090181" elapsed="0.000504"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.090002" elapsed="0.000720"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.089651" elapsed="0.001093"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.090959" elapsed="0.000415"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.091848" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.091544" elapsed="0.000330"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.092032" elapsed="0.002816"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.077195" elapsed="0.017829"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.095902" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.095517" elapsed="0.000519"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.095420" elapsed="0.000668"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.103132" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.096761" elapsed="0.006448"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.103377" elapsed="0.000086"/>
</return>
<msg time="2026-04-10T03:14:33.103780" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.062052" elapsed="0.041795"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.103983" elapsed="0.000061"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.059700" elapsed="0.044561"/>
</kw>
<var name="${switch}">58</var>
<status status="PASS" start="2026-04-10T03:14:33.059495" elapsed="0.044888"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.115913" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.115598" elapsed="0.000363"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.116384" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.116119" elapsed="0.000310"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.124231" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.124399" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A59/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;843000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.124584" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.118454" elapsed="0.006158"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.116498" elapsed="0.008159"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.124846" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.124684" elapsed="0.000234"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.116480" elapsed="0.008459"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.128600" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;843000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.126002" elapsed="0.002659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.125771" elapsed="0.002926"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.125752" elapsed="0.002969"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.131407" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.129003" elapsed="0.002451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.128777" elapsed="0.002712"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.128761" elapsed="0.002751"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.132108" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.131708" elapsed="0.000427"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.132479" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.132206" elapsed="0.000331"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.133162" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.132738" elapsed="0.000453"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.132560" elapsed="0.000667"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.132189" elapsed="0.001059"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.133822" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.133447" elapsed="0.000402"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.134173" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.133925" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.134858" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.134444" elapsed="0.000441"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.134253" elapsed="0.000677"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.133907" elapsed="0.001045"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.135109" elapsed="0.000405"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.135977" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.135681" elapsed="0.000322"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.136159" elapsed="0.002409"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.125342" elapsed="0.013291"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.138812" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.138704" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.138686" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.141493" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.139063" elapsed="0.002461"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.141611" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:33.141773" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.110636" elapsed="0.031166"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.141861" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.105082" elapsed="0.036899"/>
</kw>
<var name="${switch}">59</var>
<status status="PASS" start="2026-04-10T03:14:33.104602" elapsed="0.037416"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.149411" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.149138" elapsed="0.000321"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.149859" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.149616" elapsed="0.000287"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.159463" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.160057" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A60/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;128000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.160184" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.151950" elapsed="0.008261"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.149971" elapsed="0.010289"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.160497" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.160311" elapsed="0.000251"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.149953" elapsed="0.010630"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.164419" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;140&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;128000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.161681" elapsed="0.002800"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.161450" elapsed="0.003068"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.161431" elapsed="0.003115"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.168211" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.164837" elapsed="0.003458"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.164610" elapsed="0.003736"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.164594" elapsed="0.003784"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.169189" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.168640" elapsed="0.000587"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.169724" elapsed="0.000099"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.169370" elapsed="0.000508"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.170790" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.170168" elapsed="0.000660"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.169912" elapsed="0.000968"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.169345" elapsed="0.001611"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.171744" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.171209" elapsed="0.000572"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.172130" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.171880" elapsed="0.000307"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.172817" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.172401" elapsed="0.000442"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.172210" elapsed="0.000669"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.171855" elapsed="0.001045"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.173056" elapsed="0.000410"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.173926" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.173633" elapsed="0.000319"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.174106" elapsed="0.002449"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.160981" elapsed="0.015640"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.176802" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.176692" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.176674" elapsed="0.000197"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.179493" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.177018" elapsed="0.002506"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.179577" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:33.179741" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.144704" elapsed="0.035065"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.179827" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.142323" elapsed="0.037625"/>
</kw>
<var name="${switch}">60</var>
<status status="PASS" start="2026-04-10T03:14:33.142108" elapsed="0.037877"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.187079" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.186809" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.187546" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.187301" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.196810" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.197396" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A61/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;845000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.197561" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.189601" elapsed="0.007987"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.187657" elapsed="0.009974"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.197815" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.197657" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.187639" elapsed="0.010261"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.201526" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;845000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.198971" elapsed="0.002615"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.198714" elapsed="0.002908"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.198695" elapsed="0.002950"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.204578" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.201931" elapsed="0.002712"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.201701" elapsed="0.002991"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.201684" elapsed="0.003042"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.205538" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.204980" elapsed="0.000596"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.206023" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.205675" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.207072" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.206411" elapsed="0.000700"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.206134" elapsed="0.001029"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.205650" elapsed="0.001542"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.207966" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.207459" elapsed="0.000545"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.208479" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.208102" elapsed="0.000460"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.209447" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.208837" elapsed="0.000649"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.208593" elapsed="0.000944"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.208077" elapsed="0.001490"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.209786" elapsed="0.000591"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.211086" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.210638" elapsed="0.000485"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.211363" elapsed="0.002519"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.198253" elapsed="0.015705"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.214138" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.214029" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.214011" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.216830" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.214380" elapsed="0.002480"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.216951" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:33.217113" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.182693" elapsed="0.034448"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.217199" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.180298" elapsed="0.037037"/>
</kw>
<var name="${switch}">61</var>
<status status="PASS" start="2026-04-10T03:14:33.180081" elapsed="0.037292"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.224583" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.224329" elapsed="0.000301"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.225026" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.224786" elapsed="0.000282"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.233791" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.233956" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A62/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.234099" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.227121" elapsed="0.007014"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.225136" elapsed="0.009058"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.234477" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.234228" elapsed="0.000349"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.225118" elapsed="0.009500"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.239643" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.236063" elapsed="0.003659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.235743" elapsed="0.004030"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.235717" elapsed="0.004090"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.243685" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.240197" elapsed="0.003556"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.239884" elapsed="0.003923"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.239862" elapsed="0.003979"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.244713" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.244128" elapsed="0.000623"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.245202" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.244853" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.246167" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.245585" elapsed="0.000619"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.245337" elapsed="0.000917"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.244826" elapsed="0.001497"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.247164" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.246645" elapsed="0.000557"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.247671" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.247323" elapsed="0.000428"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.248631" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.248029" elapsed="0.000639"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.247783" elapsed="0.000935"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.247296" elapsed="0.001452"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.248969" elapsed="0.000564"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.250186" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.249784" elapsed="0.000439"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.250488" elapsed="0.003502"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.235138" elapsed="0.018950"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.254380" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.254188" elapsed="0.000258"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.254162" elapsed="0.000314"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.257530" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.254695" elapsed="0.002865"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.257614" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:33.257778" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.220041" elapsed="0.037765"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.257864" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.217664" elapsed="0.040319"/>
</kw>
<var name="${switch}">62</var>
<status status="PASS" start="2026-04-10T03:14:33.217467" elapsed="0.040552"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.265285" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.265001" elapsed="0.000333"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.265746" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.265490" elapsed="0.000300"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.274342" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.274984" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A63/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;359000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.275147" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.267908" elapsed="0.007266"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.265857" elapsed="0.009363"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.275434" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.275246" elapsed="0.000256"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.265839" elapsed="0.009683"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.279763" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;359000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.276559" elapsed="0.003291"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.276326" elapsed="0.003575"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.276307" elapsed="0.003628"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.283718" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.280373" elapsed="0.003413"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.280014" elapsed="0.003822"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.279992" elapsed="0.003877"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.284510" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.284072" elapsed="0.000467"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.284864" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.284612" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.285564" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.285120" elapsed="0.000473"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.284945" elapsed="0.000686"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.284594" elapsed="0.001058"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.286192" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.285828" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.286556" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.286306" elapsed="0.000308"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.287265" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.286809" elapsed="0.000501"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.286637" elapsed="0.000709"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.286287" elapsed="0.001079"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.287521" elapsed="0.000384"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.288412" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.288075" elapsed="0.000363"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.288596" elapsed="0.002418"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.275883" elapsed="0.015196"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.291257" elapsed="0.000031"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.291150" elapsed="0.000169"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.291132" elapsed="0.000209"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.293888" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.291489" elapsed="0.002430"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.294008" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:33.294169" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.260803" elapsed="0.033394"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.294254" elapsed="0.000043"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.258357" elapsed="0.036035"/>
</kw>
<var name="${switch}">63</var>
<status status="PASS" start="2026-04-10T03:14:33.258119" elapsed="0.036310"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.301446" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.301182" elapsed="0.000311"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.301976" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.301648" elapsed="0.000377"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.313658" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.314195" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A64/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;432000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.314326" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.304111" elapsed="0.010242"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.302095" elapsed="0.012300"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.314605" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.314420" elapsed="0.000263"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.302077" elapsed="0.012626"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.321393" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;432000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.315764" elapsed="0.005765"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.315540" elapsed="0.006067"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.315522" elapsed="0.006137"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.325586" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.322334" elapsed="0.003298"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.321783" elapsed="0.003885"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.321747" elapsed="0.003943"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.326299" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.325868" elapsed="0.000460"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.326650" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.326401" elapsed="0.000345"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.327415" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.326970" elapsed="0.000471"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.326771" elapsed="0.000708"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.326383" elapsed="0.001118"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.328047" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.327676" elapsed="0.000398"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.328411" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.328145" elapsed="0.000325"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.329087" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.328667" elapsed="0.000446"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.328493" elapsed="0.000657"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.328127" elapsed="0.001044"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.329341" elapsed="0.000383"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.330185" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.329891" elapsed="0.000321"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.330401" elapsed="0.002377"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.315107" elapsed="0.017736"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.333019" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.332913" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.332895" elapsed="0.000189"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.335692" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.333231" elapsed="0.002492"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.335775" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:33.335936" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.297091" elapsed="0.038873"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.336021" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.294720" elapsed="0.041418"/>
</kw>
<var name="${switch}">64</var>
<status status="PASS" start="2026-04-10T03:14:33.294521" elapsed="0.041653"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.343243" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.342973" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.343738" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.343474" elapsed="0.000309"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.353452" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.354047" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A65/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;274000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.354205" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.345820" elapsed="0.008411"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.343850" elapsed="0.010447"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.354486" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.354325" elapsed="0.000241"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.343833" elapsed="0.010772"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.359237" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;274000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.355685" elapsed="0.003664"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.355461" elapsed="0.003940"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.355443" elapsed="0.003991"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.363366" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.359832" elapsed="0.003601"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.359517" elapsed="0.003966"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.359492" elapsed="0.004024"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.364381" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.363771" elapsed="0.000649"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.364876" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.364522" elapsed="0.000437"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.365857" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.365238" elapsed="0.000657"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.364990" elapsed="0.000957"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.364496" elapsed="0.001479"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.366753" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.366221" elapsed="0.000569"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.367392" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.366967" elapsed="0.000508"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.368215" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.367762" elapsed="0.000480"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.367507" elapsed="0.000792"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.366865" elapsed="0.001456"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.368486" elapsed="0.000388"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.369332" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.369039" elapsed="0.000319"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.369540" elapsed="0.002470"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.355021" elapsed="0.017055"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.372448" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.372146" elapsed="0.000348"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.372128" elapsed="0.000399"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.375234" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.372676" elapsed="0.002588"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.375392" elapsed="0.000036"/>
</return>
<msg time="2026-04-10T03:14:33.375559" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.338814" elapsed="0.036774"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.375658" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.336475" elapsed="0.039306"/>
</kw>
<var name="${switch}">65</var>
<status status="PASS" start="2026-04-10T03:14:33.336261" elapsed="0.039557"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.384172" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.383888" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.384631" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.384389" elapsed="0.000297"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.398984" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.400402" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A66/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;521000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.400668" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.386789" elapsed="0.013939"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.384757" elapsed="0.016074"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.401417" elapsed="0.000079"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.400893" elapsed="0.000740"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.384738" elapsed="0.016949"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.409466" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;521000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.404427" elapsed="0.005125"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.403844" elapsed="0.005759"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.403799" elapsed="0.005837"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.413624" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.410030" elapsed="0.003666"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.409713" elapsed="0.004033"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.409690" elapsed="0.004088"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.414603" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.414039" elapsed="0.000601"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.415115" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.414738" elapsed="0.000523"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.416170" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.415571" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.415318" elapsed="0.000943"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.414712" elapsed="0.001611"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.417206" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.416570" elapsed="0.000674"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.417720" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.417368" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.418720" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.418075" elapsed="0.000683"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.417832" elapsed="0.000977"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.417343" elapsed="0.001495"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.419197" elapsed="0.000578"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.420317" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.419992" elapsed="0.000352"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.420500" elapsed="0.002393"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.402625" elapsed="0.020338"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.423145" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.423034" elapsed="0.000158"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.423016" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.425779" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.423377" elapsed="0.002433"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.425863" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:33.426023" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.379611" elapsed="0.046440"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.426108" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.376222" elapsed="0.050005"/>
</kw>
<var name="${switch}">66</var>
<status status="PASS" start="2026-04-10T03:14:33.375927" elapsed="0.050336"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.435895" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.435606" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.436369" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.436107" elapsed="0.000306"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.445749" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.446349" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A67/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;656000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.446531" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.438519" elapsed="0.008038"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.436489" elapsed="0.010111"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.446802" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.446629" elapsed="0.000300"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.436466" elapsed="0.010492"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.450728" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;656000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.448108" elapsed="0.002684"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.447858" elapsed="0.002971"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.447837" elapsed="0.003016"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.454435" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.451186" elapsed="0.003320"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.450958" elapsed="0.003613"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.450941" elapsed="0.003695"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.455606" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.454966" elapsed="0.000679"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.456122" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.455750" elapsed="0.000457"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.457168" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.456544" elapsed="0.000664"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.456242" elapsed="0.001020"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.455723" elapsed="0.001612"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.458130" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.457596" elapsed="0.000574"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.458700" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.458301" elapsed="0.000489"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.459738" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.459099" elapsed="0.000679"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.458824" elapsed="0.001006"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.458247" elapsed="0.001614"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.460093" elapsed="0.000583"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.461371" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.460925" elapsed="0.000484"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.461646" elapsed="0.004527"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.447367" elapsed="0.018873"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.466443" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.466332" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.466312" elapsed="0.000201"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.469175" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.466680" elapsed="0.002526"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.469333" elapsed="0.000037"/>
</return>
<msg time="2026-04-10T03:14:33.469499" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.430820" elapsed="0.038707"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.469584" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.426702" elapsed="0.042998"/>
</kw>
<var name="${switch}">67</var>
<status status="PASS" start="2026-04-10T03:14:33.426436" elapsed="0.043300"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.476906" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.476643" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.477387" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.477120" elapsed="0.000310"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.490694" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.491771" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A68/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '731'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;49000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.491949" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.479516" elapsed="0.012471"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.477511" elapsed="0.014541"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.492349" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.492091" elapsed="0.000361"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.477492" elapsed="0.014991"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.498426" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;49000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.494203" elapsed="0.004312"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.493858" elapsed="0.004723"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.493831" elapsed="0.004786"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.502676" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.499089" elapsed="0.003671"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.498709" elapsed="0.004114"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.498684" elapsed="0.004194"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.503783" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.503181" elapsed="0.000642"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.504325" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.503927" elapsed="0.000552"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.505435" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.504778" elapsed="0.000696"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.504515" elapsed="0.001012"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.503901" elapsed="0.001657"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.506403" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.505836" elapsed="0.000606"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.506945" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.506543" elapsed="0.000498"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.507994" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.507357" elapsed="0.000675"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.507075" elapsed="0.001010"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.506518" elapsed="0.001598"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.508417" elapsed="0.000594"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.509728" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.509256" elapsed="0.000510"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.509996" elapsed="0.003107"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.493038" elapsed="0.020136"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.513381" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.513246" elapsed="0.000185"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.513227" elapsed="0.000225"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.516151" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.513600" elapsed="0.002584"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.516238" elapsed="0.000062"/>
</return>
<msg time="2026-04-10T03:14:33.516433" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.472473" elapsed="0.043987"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.516531" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.470047" elapsed="0.046602"/>
</kw>
<var name="${switch}">68</var>
<status status="PASS" start="2026-04-10T03:14:33.469831" elapsed="0.046855"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.524049" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.523755" elapsed="0.000343"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.524527" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.524264" elapsed="0.000306"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.534717" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.535375" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A69/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;103000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.535559" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.526605" elapsed="0.008983"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.524641" elapsed="0.010992"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.535815" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.535660" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.524622" elapsed="0.011278"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.539622" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;103000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.536930" elapsed="0.002753"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.536709" elapsed="0.003011"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.536690" elapsed="0.003054"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.543428" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.540083" elapsed="0.003410"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.539799" elapsed="0.003742"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.539783" elapsed="0.003790"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.544412" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.543834" elapsed="0.000617"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.544909" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.544554" elapsed="0.000435"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.545893" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.545299" elapsed="0.000632"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.545021" elapsed="0.000960"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.544529" elapsed="0.001481"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.546791" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.546253" elapsed="0.000576"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.547367" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.546968" elapsed="0.000480"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.548325" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.547729" elapsed="0.000635"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.547480" elapsed="0.000934"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.546943" elapsed="0.001499"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.548663" elapsed="0.000529"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.549861" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.549453" elapsed="0.000444"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.550115" elapsed="0.003389"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.536285" elapsed="0.017310"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.553849" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.553692" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.553667" elapsed="0.000277"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.557620" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.554153" elapsed="0.003509"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.557786" elapsed="0.000047"/>
</return>
<msg time="2026-04-10T03:14:33.558013" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.519490" elapsed="0.038563"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.558134" elapsed="0.000037"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.516997" elapsed="0.041325"/>
</kw>
<var name="${switch}">69</var>
<status status="PASS" start="2026-04-10T03:14:33.516785" elapsed="0.041591"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.565913" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.565657" elapsed="0.000305"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.566378" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.566119" elapsed="0.000303"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.575387" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.575515" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A70/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.575619" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.568490" elapsed="0.007154"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.566490" elapsed="0.009196"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.575868" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.575712" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.566472" elapsed="0.009480"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.579603" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.576977" elapsed="0.002682"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.576750" elapsed="0.002945"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.576732" elapsed="0.002986"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.583431" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.580051" elapsed="0.003447"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.579773" elapsed="0.003777"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.579757" elapsed="0.003826"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.584403" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.583838" elapsed="0.000602"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.584904" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.584542" elapsed="0.000444"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.586013" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.585286" elapsed="0.000765"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.585018" elapsed="0.001087"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.584516" elapsed="0.001617"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.587036" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.586470" elapsed="0.000604"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.587550" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.587173" elapsed="0.000459"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.588544" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.587912" elapsed="0.000669"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.587667" elapsed="0.000965"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.587148" elapsed="0.001514"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.588884" elapsed="0.000561"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.590081" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.589682" elapsed="0.000436"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.590364" elapsed="0.002842"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.576333" elapsed="0.016952"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.593468" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.593359" elapsed="0.000154"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.593340" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.596108" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.593682" elapsed="0.002456"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.596190" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:33.596382" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.561523" elapsed="0.034890"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.596471" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.558779" elapsed="0.037817"/>
</kw>
<var name="${switch}">70</var>
<status status="PASS" start="2026-04-10T03:14:33.558503" elapsed="0.038131"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.604041" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.603757" elapsed="0.000337"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.604513" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.604255" elapsed="0.000301"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.613475" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.614298" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A71/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;422000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.614538" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.606581" elapsed="0.007995"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.604628" elapsed="0.010009"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.614931" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.614674" elapsed="0.000350"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.604608" elapsed="0.010444"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.620187" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;1&lt;/packet-count&gt;&lt;byte-count&gt;70&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;422000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.616507" elapsed="0.003789"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.616168" elapsed="0.004181"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.616143" elapsed="0.004240"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.624263" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.620798" elapsed="0.003555"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.620463" elapsed="0.003941"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.620439" elapsed="0.003997"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.625323" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.624722" elapsed="0.000641"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.625818" elapsed="0.000044"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.625464" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.626829" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.626208" elapsed="0.000688"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.625946" elapsed="0.001004"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.625439" elapsed="0.001540"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.627769" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.627242" elapsed="0.000564"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.628252" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.627905" elapsed="0.000448"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.629226" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.628630" elapsed="0.000634"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.628386" elapsed="0.000963"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.627880" elapsed="0.001498"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.629600" elapsed="0.000558"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.630897" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.630427" elapsed="0.000516"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.631171" elapsed="0.003524"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.615576" elapsed="0.019211"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.635195" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.635037" elapsed="0.000224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.635007" elapsed="0.000307"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.638994" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.635526" elapsed="0.003511"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.639189" elapsed="0.000048"/>
</return>
<msg time="2026-04-10T03:14:33.639440" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.599561" elapsed="0.039920"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.639563" elapsed="0.000037"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.596922" elapsed="0.042809"/>
</kw>
<var name="${switch}">71</var>
<status status="PASS" start="2026-04-10T03:14:33.596721" elapsed="0.043062"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.648051" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.647695" elapsed="0.000419"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.648547" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.648297" elapsed="0.000294"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.657505" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.657643" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A72/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.657751" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.650656" elapsed="0.007122"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.648671" elapsed="0.009150"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.658010" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.657848" elapsed="0.000226"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.648647" elapsed="0.009447"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.662596" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.659226" elapsed="0.003449"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.658992" elapsed="0.003733"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.658973" elapsed="0.003785"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.666548" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.663182" elapsed="0.003431"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.662859" elapsed="0.003803"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.662814" elapsed="0.003880"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.667592" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.666986" elapsed="0.000644"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.668089" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.667731" elapsed="0.000439"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.669079" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.668478" elapsed="0.000638"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.668203" elapsed="0.000966"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.667706" elapsed="0.001492"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.670060" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.669539" elapsed="0.000560"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.670573" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.670197" elapsed="0.000457"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.671659" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.671015" elapsed="0.000682"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.670686" elapsed="0.001063"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.670173" elapsed="0.001606"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.671977" elapsed="0.000406"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.672842" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.672552" elapsed="0.000316"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.673028" elapsed="0.002410"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.658497" elapsed="0.017006"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.675683" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.675574" elapsed="0.000155"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.675556" elapsed="0.000194"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.678313" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.675897" elapsed="0.002447"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.678398" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:33.678558" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.642599" elapsed="0.035987"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.678645" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.640139" elapsed="0.038626"/>
</kw>
<var name="${switch}">72</var>
<status status="PASS" start="2026-04-10T03:14:33.639911" elapsed="0.038891"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.685833" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.685548" elapsed="0.000332"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.686303" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.686042" elapsed="0.000305"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.694193" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.694338" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A73/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.694450" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.688673" elapsed="0.005809"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.686412" elapsed="0.008160"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.694767" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.694605" elapsed="0.000268"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.686395" elapsed="0.008503"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.699546" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.695938" elapsed="0.003687"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.695696" elapsed="0.003979"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.695678" elapsed="0.004031"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.703452" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.700104" elapsed="0.003413"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.699788" elapsed="0.003779"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.699764" elapsed="0.003836"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.704388" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.703846" elapsed="0.000581"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.704876" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.704526" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.705845" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.705231" elapsed="0.000653"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.704987" elapsed="0.000949"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.704501" elapsed="0.001464"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.706739" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.706210" elapsed="0.000566"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.707333" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.706934" elapsed="0.000483"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.708180" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.707699" elapsed="0.000507"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.707449" elapsed="0.000793"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.706901" elapsed="0.001362"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.708438" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.709261" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.708985" elapsed="0.000330"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.709473" elapsed="0.002394"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.695255" elapsed="0.016677"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.712108" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.712003" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.711984" elapsed="0.000189"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.714751" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.712344" elapsed="0.002438"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.714855" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:33.715014" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.681489" elapsed="0.033554"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.715136" elapsed="0.000029"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.679127" elapsed="0.036134"/>
</kw>
<var name="${switch}">73</var>
<status status="PASS" start="2026-04-10T03:14:33.678928" elapsed="0.036386"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.722285" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.722020" elapsed="0.000315"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.722743" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.722492" elapsed="0.000296"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.730348" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.730463" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A74/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.730562" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.724826" elapsed="0.005761"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.722878" elapsed="0.007751"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.730807" elapsed="0.000039"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.730653" elapsed="0.000235"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.722855" elapsed="0.008056"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.735911" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.732328" elapsed="0.003660"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.732003" elapsed="0.004033"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.731978" elapsed="0.004092"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.739772" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.736484" elapsed="0.003351"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.736145" elapsed="0.003738"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.736123" elapsed="0.003792"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.740486" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.740095" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.740828" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.740581" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.741514" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.741080" elapsed="0.000460"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.740907" elapsed="0.000668"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.740563" elapsed="0.001033"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.742123" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.741767" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.742484" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.742218" elapsed="0.000355"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.743210" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.742777" elapsed="0.000460"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.742599" elapsed="0.000693"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.742200" elapsed="0.001115"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.743469" elapsed="0.000377"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.744312" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.744012" elapsed="0.000327"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.744495" elapsed="0.002349"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.731430" elapsed="0.015478"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.747081" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.746977" elapsed="0.000148"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.746959" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.749847" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.747457" elapsed="0.002421"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.749929" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:33.750084" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.717920" elapsed="0.032191"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.750166" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.715594" elapsed="0.034706"/>
</kw>
<var name="${switch}">74</var>
<status status="PASS" start="2026-04-10T03:14:33.715401" elapsed="0.034936"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.757314" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.757051" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.757753" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.757514" elapsed="0.000282"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.766463" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.767032" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A75/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;932000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.767139" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.759815" elapsed="0.007349"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.757862" elapsed="0.009343"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.767404" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.767228" elapsed="0.000274"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.757844" elapsed="0.009680"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.771171" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;932000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.768542" elapsed="0.002689"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.768311" elapsed="0.002955"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.768292" elapsed="0.003016"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.774752" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.771587" elapsed="0.003231"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.771364" elapsed="0.003529"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.771348" elapsed="0.003580"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.775734" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.775173" elapsed="0.000599"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.776221" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.775869" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.777205" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.776614" elapsed="0.000629"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.776367" elapsed="0.000948"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.775845" elapsed="0.001499"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.778086" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.777588" elapsed="0.000535"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.778591" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.778219" elapsed="0.000452"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.779634" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.779000" elapsed="0.000671"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.778703" elapsed="0.001023"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.778194" elapsed="0.001562"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.779956" elapsed="0.000395"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.780798" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.780524" elapsed="0.000301"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.780979" elapsed="0.002386"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.767869" elapsed="0.015559"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.783605" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.783498" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.783480" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.786235" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.783823" elapsed="0.002459"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.786337" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:33.786492" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.752963" elapsed="0.033588"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.786611" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.750610" elapsed="0.036123"/>
</kw>
<var name="${switch}">75</var>
<status status="PASS" start="2026-04-10T03:14:33.750419" elapsed="0.036350"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.793774" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.793528" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.794217" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.793974" elapsed="0.000286"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.803082" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.803861" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A76/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;904000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.804016" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.796401" elapsed="0.007651"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.794343" elapsed="0.009768"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.804386" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.804143" elapsed="0.000333"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.794325" elapsed="0.010179"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.809513" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;904000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.805895" elapsed="0.003702"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.805582" elapsed="0.004064"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.805557" elapsed="0.004122"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.812993" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.810068" elapsed="0.002971"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.809756" elapsed="0.003317"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.809732" elapsed="0.003363"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.813659" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.813291" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.814001" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.813755" elapsed="0.000302"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.814692" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.814256" elapsed="0.000466"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.814081" elapsed="0.000707"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.813738" elapsed="0.001073"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.815395" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.815010" elapsed="0.000412"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.815737" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.815491" elapsed="0.000303"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.816420" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.815988" elapsed="0.000459"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.815817" elapsed="0.000666"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.815474" elapsed="0.001030"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.816654" elapsed="0.000377"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.817495" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.817197" elapsed="0.000324"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.817676" elapsed="0.002336"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.804982" elapsed="0.015093"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.820248" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.820145" elapsed="0.000164"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.820127" elapsed="0.000204"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.822900" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.820477" elapsed="0.002453"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.822981" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:33.823135" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.789431" elapsed="0.033732"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.823221" elapsed="0.000025"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.787070" elapsed="0.036287"/>
</kw>
<var name="${switch}">76</var>
<status status="PASS" start="2026-04-10T03:14:33.786872" elapsed="0.036522"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.830338" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.830076" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.830777" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.830539" elapsed="0.000308"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.838614" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.838729" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A77/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.838844" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.832859" elapsed="0.006011"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.830914" elapsed="0.008040"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.839135" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.838979" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.830897" elapsed="0.008322"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.842735" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.840214" elapsed="0.002576"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.839996" elapsed="0.002857"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.839979" elapsed="0.002900"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.846111" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.843156" elapsed="0.003019"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.842934" elapsed="0.003290"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.842918" elapsed="0.003338"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.847056" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.846519" elapsed="0.000575"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.847575" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.847191" elapsed="0.000464"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.848542" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.847930" elapsed="0.000650"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.847686" elapsed="0.000944"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.847167" elapsed="0.001492"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.849423" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.848899" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.849903" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.849559" elapsed="0.000428"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.850884" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.850260" elapsed="0.000673"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.850019" elapsed="0.000967"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.849534" elapsed="0.001481"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.851238" elapsed="0.000583"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.852458" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.852058" elapsed="0.000436"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.852712" elapsed="0.003387"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.839583" elapsed="0.016579"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.856355" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.856232" elapsed="0.000168"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.856214" elapsed="0.000207"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.858962" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.856567" elapsed="0.002426"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.859045" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:33.859198" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.825995" elapsed="0.033262"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.859347" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.823670" elapsed="0.035799"/>
</kw>
<var name="${switch}">77</var>
<status status="PASS" start="2026-04-10T03:14:33.823477" elapsed="0.036028"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.866444" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.866181" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.866912" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.866645" elapsed="0.000311"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.875426" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.875541" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A78/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.875641" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.869015" elapsed="0.006651"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.867023" elapsed="0.008685"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.875886" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.875732" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.867005" elapsed="0.008993"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.881009" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.877433" elapsed="0.003653"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.877088" elapsed="0.004047"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.877064" elapsed="0.004103"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.884839" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.881576" elapsed="0.003327"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.881243" elapsed="0.003713"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.881221" elapsed="0.003766"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.885777" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.885232" elapsed="0.000585"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.886264" elapsed="0.000051"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.885919" elapsed="0.000446"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.887295" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.886639" elapsed="0.000695"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.886398" elapsed="0.000986"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.885895" elapsed="0.001517"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.888092" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.887656" elapsed="0.000462"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.888448" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.888187" elapsed="0.000348"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.889153" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.888735" elapsed="0.000444"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.888559" elapsed="0.000656"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.888169" elapsed="0.001067"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.889417" elapsed="0.000375"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.890225" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.889956" elapsed="0.000295"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.890430" elapsed="0.002324"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.876510" elapsed="0.016306"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.892992" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.892886" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.892868" elapsed="0.000189"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.895610" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.893203" elapsed="0.002436"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.895692" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:33.895845" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.862090" elapsed="0.033782"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.895929" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.859781" elapsed="0.036266"/>
</kw>
<var name="${switch}">78</var>
<status status="PASS" start="2026-04-10T03:14:33.859587" elapsed="0.036497"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.903429" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.903158" elapsed="0.000316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.903879" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.903630" elapsed="0.000292"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.911729" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.912451" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A79/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;751000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.912601" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.905932" elapsed="0.006704"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.903989" elapsed="0.008706"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.912944" elapsed="0.000079"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.912728" elapsed="0.000359"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.903971" elapsed="0.009150"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.918237" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;751000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.914601" elapsed="0.003744"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.914261" elapsed="0.004134"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.914236" elapsed="0.004192"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.922141" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.918843" elapsed="0.003362"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.918504" elapsed="0.003750"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.918481" elapsed="0.003841"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.923134" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.922577" elapsed="0.000594"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.923647" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.923290" elapsed="0.000438"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.924421" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.923985" elapsed="0.000463"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.923760" elapsed="0.000723"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.923245" elapsed="0.001259"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.925039" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.924680" elapsed="0.000385"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.925393" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.925133" elapsed="0.000318"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.926064" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.925649" elapsed="0.000441"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.925473" elapsed="0.000653"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.925116" elapsed="0.001031"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.926325" elapsed="0.000389"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.927173" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.926896" elapsed="0.000303"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.927368" elapsed="0.003633"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.913632" elapsed="0.017433"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.931248" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.931139" elapsed="0.000171"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.931121" elapsed="0.000211"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.933966" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.931482" elapsed="0.002515"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.934049" elapsed="0.000032"/>
</return>
<msg time="2026-04-10T03:14:33.934206" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.898699" elapsed="0.035597"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.934360" elapsed="0.000031"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.896375" elapsed="0.038118"/>
</kw>
<var name="${switch}">79</var>
<status status="PASS" start="2026-04-10T03:14:33.896166" elapsed="0.038371"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.941778" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.941503" elapsed="0.000323"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.942236" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.941989" elapsed="0.000312"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.950508" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.951096" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A80/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '732'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;930000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.951208" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.944352" elapsed="0.006882"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.942371" elapsed="0.008928"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.951485" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.951326" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.942352" elapsed="0.009217"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.955287" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;0&lt;/packet-count&gt;&lt;byte-count&gt;0&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;930000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.952584" elapsed="0.002766"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.952362" elapsed="0.003024"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.952344" elapsed="0.003066"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.959108" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.955691" elapsed="0.003484"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.955466" elapsed="0.003759"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.955449" elapsed="0.003809"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.960072" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.959539" elapsed="0.000571"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.960604" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.960209" elapsed="0.000480"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.961636" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.960972" elapsed="0.000702"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.960723" elapsed="0.001047"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.960184" elapsed="0.001620"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.962615" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.962052" elapsed="0.000602"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.963131" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.962753" elapsed="0.000461"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.964112" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:33.963521" elapsed="0.000629"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.963246" elapsed="0.000957"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.962728" elapsed="0.001511"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:33.964491" elapsed="0.000551"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:33.965723" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:33.965319" elapsed="0.000441"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:33.965982" elapsed="0.003026"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.951923" elapsed="0.017151"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:33.969263" elapsed="0.000040"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:33.969147" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.969129" elapsed="0.000229"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:33.972292" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:33.969513" elapsed="0.002812"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:33.972378" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:33.972537" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.937293" elapsed="0.035272"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:33.972626" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.934912" elapsed="0.037833"/>
</kw>
<var name="${switch}">80</var>
<status status="PASS" start="2026-04-10T03:14:33.934640" elapsed="0.038142"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.979895" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.979641" elapsed="0.000299"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.980363" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.980100" elapsed="0.000307"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:33.989527" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:33.990338" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A81/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;416000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:33.990554" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:33.982450" elapsed="0.008142"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.980476" elapsed="0.010176"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:33.990961" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:33.990686" elapsed="0.000371"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.980458" elapsed="0.010628"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:33.996382" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;416000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.992603" elapsed="0.003892"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.992261" elapsed="0.004311"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.992235" elapsed="0.004377"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.000650" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:33.997017" elapsed="0.003700"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:33.996695" elapsed="0.004072"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:33.996671" elapsed="0.004131"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.001642" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.001052" elapsed="0.000628"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.002143" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.001793" elapsed="0.000429"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.003186" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.002540" elapsed="0.000683"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.002254" elapsed="0.001054"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.001768" elapsed="0.001572"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.004115" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.003600" elapsed="0.000551"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.004633" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.004247" elapsed="0.000466"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.005615" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.005002" elapsed="0.000650"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.004744" elapsed="0.000958"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.004223" elapsed="0.001508"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.005968" elapsed="0.000645"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.007463" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.006869" elapsed="0.000632"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.007722" elapsed="0.003897"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:33.991631" elapsed="0.020123"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.012081" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.011888" elapsed="0.000277"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.011854" elapsed="0.000352"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.016930" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.012534" elapsed="0.004440"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.017119" elapsed="0.000044"/>
</return>
<msg time="2026-04-10T03:14:34.017364" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:33.975470" elapsed="0.041932"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.017482" elapsed="0.000054"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:33.973067" elapsed="0.044592"/>
</kw>
<var name="${switch}">81</var>
<status status="PASS" start="2026-04-10T03:14:33.972867" elapsed="0.044845"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.025521" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.025244" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.025987" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.025725" elapsed="0.000305"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.035723" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.036473" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A82/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;232000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.036638" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.028143" elapsed="0.008531"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.026098" elapsed="0.010636"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.036985" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.036769" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.026079" elapsed="0.011024"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.042345" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;3&lt;/packet-count&gt;&lt;byte-count&gt;244&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;2&lt;/second&gt;&lt;nanosecond&gt;232000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.038592" elapsed="0.003839"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.038233" elapsed="0.004247"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.038208" elapsed="0.004305"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.046374" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.042962" elapsed="0.003477"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.042590" elapsed="0.003898"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.042568" elapsed="0.003952"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.047421" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.046770" elapsed="0.000696"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.047953" elapsed="0.000071"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.047565" elapsed="0.000508"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.048739" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.048302" elapsed="0.000470"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.048097" elapsed="0.000713"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.047540" elapsed="0.001291"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.049409" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.049006" elapsed="0.000431"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.049768" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.049520" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.050482" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.050028" elapsed="0.000481"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.049849" elapsed="0.000696"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.049489" elapsed="0.001077"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.050736" elapsed="0.000410"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.051700" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.051354" elapsed="0.000373"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.051887" elapsed="0.002445"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.037649" elapsed="0.016749"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.054600" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.054468" elapsed="0.000186"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.054449" elapsed="0.000227"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.057398" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.054869" elapsed="0.002559"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.057481" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:34.057636" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.021073" elapsed="0.036590"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.057721" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.018114" elapsed="0.039725"/>
</kw>
<var name="${switch}">82</var>
<status status="PASS" start="2026-04-10T03:14:34.017835" elapsed="0.040040"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.065320" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.065053" elapsed="0.000313"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.065789" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.065523" elapsed="0.000309"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.073704" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.073820" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A83/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.073960" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.067914" elapsed="0.006072"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.065899" elapsed="0.008130"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.074228" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.074054" elapsed="0.000265"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.065881" elapsed="0.008459"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.078801" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.075427" elapsed="0.003457"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.075180" elapsed="0.003757"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.075161" elapsed="0.003809"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.082652" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.079396" elapsed="0.003321"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.079047" elapsed="0.003718"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.079024" elapsed="0.003791"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.083607" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.083060" elapsed="0.000585"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.084091" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.083744" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.085056" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.084470" elapsed="0.000623"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.084203" elapsed="0.000941"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.083719" elapsed="0.001454"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.085946" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.085439" elapsed="0.000544"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.086444" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.086080" elapsed="0.000444"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.087464" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.086836" elapsed="0.000666"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.086555" elapsed="0.000997"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.086056" elapsed="0.001525"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.087794" elapsed="0.000440"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.088690" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.088418" elapsed="0.000299"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.088871" elapsed="0.002342"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.074691" elapsed="0.016609"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.091481" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.091374" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.091355" elapsed="0.000192"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.094081" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.091695" elapsed="0.002417"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.094164" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:34.094337" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.060631" elapsed="0.033769"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.094462" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.058181" elapsed="0.036405"/>
</kw>
<var name="${switch}">83</var>
<status status="PASS" start="2026-04-10T03:14:34.057974" elapsed="0.036648"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.101603" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.101353" elapsed="0.000296"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.102050" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.101805" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.110144" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.110261" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A84/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.110389" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.104307" elapsed="0.006108"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.102159" elapsed="0.008298"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.110635" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.110481" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.102141" elapsed="0.008578"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.114372" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.111785" elapsed="0.002643"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.111549" elapsed="0.002914"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.111531" elapsed="0.002955"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.117205" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.114801" elapsed="0.002451"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.114541" elapsed="0.002759"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.114525" elapsed="0.002798"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.117882" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.117499" elapsed="0.000410"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.118227" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.117978" elapsed="0.000322"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.118982" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.118518" elapsed="0.000499"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.118324" elapsed="0.000728"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.117961" elapsed="0.001112"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.119645" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.119244" elapsed="0.000429"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.120018" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.119742" elapsed="0.000417"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.121125" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.120464" elapsed="0.000699"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.120194" elapsed="0.001020"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.119724" elapsed="0.001519"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.121490" elapsed="0.000542"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.122666" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.122264" elapsed="0.000438"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.122964" elapsed="0.003333"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.111113" elapsed="0.015275"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.126634" elapsed="0.000021"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.126485" elapsed="0.000211"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.126460" elapsed="0.000266"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.130341" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.126946" elapsed="0.003440"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.130460" elapsed="0.000041"/>
</return>
<msg time="2026-04-10T03:14:34.130676" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.097252" elapsed="0.033463"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.130826" elapsed="0.000038"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.094910" elapsed="0.036086"/>
</kw>
<var name="${switch}">84</var>
<status status="PASS" start="2026-04-10T03:14:34.094705" elapsed="0.036342"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.138313" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.138051" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.138753" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.138514" elapsed="0.000323"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.148483" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.148684" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A85/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.148855" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.140848" elapsed="0.008044"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.138903" elapsed="0.010056"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.149303" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.149009" elapsed="0.000390"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.138885" elapsed="0.010543"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.154809" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.151093" elapsed="0.003805"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.150725" elapsed="0.004224"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.150698" elapsed="0.004285"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.158742" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.155423" elapsed="0.003430"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.155067" elapsed="0.003837"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.155043" elapsed="0.003895"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.159773" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.159201" elapsed="0.000609"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.160176" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.159908" elapsed="0.000326"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.160998" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.160453" elapsed="0.000572"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.160257" elapsed="0.000805"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.159884" elapsed="0.001199"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.161647" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.161260" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.161992" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.161743" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.162694" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.162246" elapsed="0.000475"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.162072" elapsed="0.000685"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.161726" elapsed="0.001069"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.162955" elapsed="0.000405"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.163863" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.163529" elapsed="0.000366"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.164056" elapsed="0.002407"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.150062" elapsed="0.016468"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.166714" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.166602" elapsed="0.000159"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.166584" elapsed="0.000221"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.169386" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.166964" elapsed="0.002453"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.169470" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:34.169631" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.133947" elapsed="0.035711"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.169715" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.131480" elapsed="0.038353"/>
</kw>
<var name="${switch}">85</var>
<status status="PASS" start="2026-04-10T03:14:34.131164" elapsed="0.038741"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.176981" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.176720" elapsed="0.000309"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.177443" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.177184" elapsed="0.000302"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.186605" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.186721" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A86/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.186841" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.179504" elapsed="0.007363"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.177553" elapsed="0.009355"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.187092" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.186933" elapsed="0.000222"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.177535" elapsed="0.009640"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.190732" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.188203" elapsed="0.002617"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.187979" elapsed="0.002877"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.187961" elapsed="0.002918"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.194102" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.191155" elapsed="0.003011"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.190934" elapsed="0.003281"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.190918" elapsed="0.003329"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.195147" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.194517" elapsed="0.000671"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.195671" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.195316" elapsed="0.000434"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.196663" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.196035" elapsed="0.000665"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.195783" elapsed="0.000967"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.195289" elapsed="0.001490"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.197544" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.197020" elapsed="0.000561"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.198022" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.197679" elapsed="0.000422"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.198989" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.198394" elapsed="0.000632"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.198132" elapsed="0.000945"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.197654" elapsed="0.001451"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.199386" elapsed="0.000533"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.200606" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.200157" elapsed="0.000486"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.200861" elapsed="0.003263"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.187549" elapsed="0.016639"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.204395" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.204259" elapsed="0.000182"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.204241" elapsed="0.000221"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.207028" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.204607" elapsed="0.002451"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.207111" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:34.207266" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.172617" elapsed="0.034694"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.207370" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.170203" elapsed="0.037287"/>
</kw>
<var name="${switch}">86</var>
<status status="PASS" start="2026-04-10T03:14:34.170001" elapsed="0.037525"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.214640" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.214391" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.215122" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.214872" elapsed="0.000293"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.222667" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.222856" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A87/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.222999" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.217196" elapsed="0.005842"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.215232" elapsed="0.007865"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.223379" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.223131" elapsed="0.000339"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.215214" elapsed="0.008285"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.228716" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.224894" elapsed="0.003952"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.224586" elapsed="0.004311"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.224562" elapsed="0.004368"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.232710" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.229354" elapsed="0.003421"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.229010" elapsed="0.003814"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.228986" elapsed="0.003871"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.233653" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.233109" elapsed="0.000582"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.234135" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.233788" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.235121" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.234513" elapsed="0.000645"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.234247" elapsed="0.000963"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.233764" elapsed="0.001475"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.236033" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.235532" elapsed="0.000538"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.236536" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.236167" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.237482" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.236887" elapsed="0.000632"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.236647" elapsed="0.000922"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.236143" elapsed="0.001454"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.237807" elapsed="0.000553"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.239037" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.238615" elapsed="0.000459"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.239333" elapsed="0.003273"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.223982" elapsed="0.018712"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.242985" elapsed="0.000026"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.242835" elapsed="0.000218"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.242808" elapsed="0.000275"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.245894" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.243322" elapsed="0.002602"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.245976" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:34.246131" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.210144" elapsed="0.036015"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.246216" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.207808" elapsed="0.038543"/>
</kw>
<var name="${switch}">87</var>
<status status="PASS" start="2026-04-10T03:14:34.207611" elapsed="0.038777"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.253365" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.253093" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.253809" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.253569" elapsed="0.000328"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.263228" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.263390" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A88/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.263502" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.255970" elapsed="0.007559"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.253968" elapsed="0.009606"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.263770" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.263601" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.253949" elapsed="0.009909"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.267716" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.264913" elapsed="0.002881"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.264684" elapsed="0.003158"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.264666" elapsed="0.003210"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.271582" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.268314" elapsed="0.003333"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.267958" elapsed="0.003737"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.267930" elapsed="0.003797"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.272578" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.271982" elapsed="0.000640"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.273077" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.272722" elapsed="0.000438"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.274079" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.273495" elapsed="0.000621"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.273192" elapsed="0.000975"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.272697" elapsed="0.001499"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.274987" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.274457" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.275343" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.275082" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.276026" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.275607" elapsed="0.000445"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.275423" elapsed="0.000665"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.275065" elapsed="0.001044"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.276263" elapsed="0.000435"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.277166" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.276865" elapsed="0.000327"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.277428" elapsed="0.002453"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.264232" elapsed="0.015719"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.280132" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.280022" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.280004" elapsed="0.000196"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.282846" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.280382" elapsed="0.002495"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.282930" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:34.283103" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.249014" elapsed="0.034120"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.283204" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.246670" elapsed="0.036673"/>
</kw>
<var name="${switch}">88</var>
<status status="PASS" start="2026-04-10T03:14:34.246476" elapsed="0.036904"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.290707" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.290398" elapsed="0.000385"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.291200" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.290950" elapsed="0.000294"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.298924" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.299520" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A89/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '733'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;36000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.299632" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.293469" elapsed="0.006190"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.291335" elapsed="0.008366"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.299882" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.299728" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.291314" elapsed="0.008651"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.303602" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;36000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.301002" elapsed="0.002710"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.300781" elapsed="0.002968"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.300764" elapsed="0.003009"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.306436" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.304060" elapsed="0.002428"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.303829" elapsed="0.002695"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.303813" elapsed="0.002735"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.307299" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.306738" elapsed="0.000601"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.307789" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.307438" elapsed="0.000432"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.308767" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.308146" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.307902" elapsed="0.000954"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.307413" elapsed="0.001472"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.309661" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.309126" elapsed="0.000573"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.310138" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.309795" elapsed="0.000422"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.311118" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.310512" elapsed="0.000644"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.310248" elapsed="0.000959"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.309771" elapsed="0.001465"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.311466" elapsed="0.000525"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.312661" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.312222" elapsed="0.000477"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.312914" elapsed="0.003348"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.300359" elapsed="0.016032"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.316641" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.316491" elapsed="0.000213"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.316465" elapsed="0.000269"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.319793" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.316938" elapsed="0.002886"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.319876" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:34.320038" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.286074" elapsed="0.033992"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.320123" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.283670" elapsed="0.036582"/>
</kw>
<var name="${switch}">89</var>
<status status="PASS" start="2026-04-10T03:14:34.283472" elapsed="0.036842"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.327383" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.327119" elapsed="0.000310"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.327824" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.327586" elapsed="0.000318"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.335019" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.335187" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A90/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.335362" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.329912" elapsed="0.005488"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.327974" elapsed="0.007485"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.335712" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.335493" elapsed="0.000308"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.327955" elapsed="0.007876"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.340920" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.337303" elapsed="0.003694"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.336950" elapsed="0.004096"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.336926" elapsed="0.004153"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.344776" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.341488" elapsed="0.003352"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.341156" elapsed="0.003732"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.341133" elapsed="0.003787"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.345718" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.345165" elapsed="0.000591"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.346201" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.345852" elapsed="0.000450"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.347188" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.346596" elapsed="0.000619"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.346337" elapsed="0.000914"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.345827" elapsed="0.001460"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.347827" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.347465" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.348176" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.347922" elapsed="0.000310"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.348866" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.348452" elapsed="0.000441"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.348255" elapsed="0.000674"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.347905" elapsed="0.001045"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.349107" elapsed="0.000407"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.349951" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.349680" elapsed="0.000298"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.350173" elapsed="0.002423"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.336364" elapsed="0.016296"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.352834" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.352730" elapsed="0.000147"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.352712" elapsed="0.000187"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.355544" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.353045" elapsed="0.002530"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.355627" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:34.355782" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.322977" elapsed="0.032833"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.355867" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.320607" elapsed="0.035380"/>
</kw>
<var name="${switch}">90</var>
<status status="PASS" start="2026-04-10T03:14:34.320408" elapsed="0.035615"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.363050" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.362800" elapsed="0.000304"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.363527" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.363283" elapsed="0.000288"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.370703" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.371261" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A91/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;131000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.371394" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.365558" elapsed="0.005862"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.363637" elapsed="0.007824"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.371638" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.371485" elapsed="0.000215"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.363619" elapsed="0.008101"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.375289" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;1&lt;/second&gt;&lt;nanosecond&gt;131000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.372744" elapsed="0.002638"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.372513" elapsed="0.002905"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.372495" elapsed="0.002946"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.378043" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.375719" elapsed="0.002370"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.375496" elapsed="0.002627"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.375480" elapsed="0.002666"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.378709" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.378335" elapsed="0.000436"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.379160" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.378843" elapsed="0.000394"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.380113" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.379536" elapsed="0.000615"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.379289" elapsed="0.000911"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.378825" elapsed="0.001404"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.381002" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.380505" elapsed="0.000534"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.381498" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.381135" elapsed="0.000442"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.382450" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.381849" elapsed="0.000643"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.381609" elapsed="0.000933"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.381111" elapsed="0.001459"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.382797" elapsed="0.000552"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.383963" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.383581" elapsed="0.000419"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.384215" elapsed="0.004459"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.372060" elapsed="0.016678"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.388913" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.388807" elapsed="0.000152"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.388789" elapsed="0.000195"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.391541" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.389132" elapsed="0.002440"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.391624" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:34.391779" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.358671" elapsed="0.033136"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.391864" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.356321" elapsed="0.035667"/>
</kw>
<var name="${switch}">91</var>
<status status="PASS" start="2026-04-10T03:14:34.356108" elapsed="0.035916"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.399195" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.398945" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.399652" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.399411" elapsed="0.000321"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.406487" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.406603" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A92/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.406703" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.401736" elapsed="0.005026"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.399799" elapsed="0.007007"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.407007" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.406830" elapsed="0.000267"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.399781" elapsed="0.007345"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.412077" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.408532" elapsed="0.003624"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.408206" elapsed="0.003997"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.408182" elapsed="0.004055"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.415996" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.412646" elapsed="0.003420"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.412335" elapsed="0.003781"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.412311" elapsed="0.003837"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.416936" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.416415" elapsed="0.000563"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.417444" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.417076" elapsed="0.000449"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.418417" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.417799" elapsed="0.000656"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.417557" elapsed="0.000948"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.417052" elapsed="0.001482"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.419229" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.418807" elapsed="0.000448"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.419589" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.419341" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.420254" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.419841" elapsed="0.000457"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.419669" elapsed="0.000666"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.419324" elapsed="0.001031"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.420507" elapsed="0.000378"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.421369" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.421051" elapsed="0.000345"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.421594" elapsed="0.002339"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.407632" elapsed="0.016368"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.424176" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.424070" elapsed="0.000149"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.424052" elapsed="0.000188"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.426929" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.424403" elapsed="0.002557"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.427013" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:34.427168" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.394869" elapsed="0.032326"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.427253" elapsed="0.000042"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.392346" elapsed="0.035044"/>
</kw>
<var name="${switch}">92</var>
<status status="PASS" start="2026-04-10T03:14:34.392107" elapsed="0.035319"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.434380" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.434118" elapsed="0.000308"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.434831" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.434581" elapsed="0.000294"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.441681" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.442219" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A93/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '734'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;876000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.442348" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.436883" elapsed="0.005492"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.434942" elapsed="0.007474"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.442595" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.442441" elapsed="0.000217"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.434924" elapsed="0.007754"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.446233" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;idle-timeout&gt;0&lt;/idle-timeout&gt;&lt;match/&gt;&lt;cookie&gt;0&lt;/cookie&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;flow-statistics xmlns="urn:opendaylight:flow:statistics"&gt;&lt;packet-count&gt;2&lt;/packet-count&gt;&lt;byte-count&gt;174&lt;/byte-count&gt;&lt;duration&gt;&lt;second&gt;0&lt;/second&gt;&lt;nanosecond&gt;876000000&lt;/nanosecond&gt;&lt;/duration&gt;&lt;/flow-statistics&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.443693" elapsed="0.002649"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.443473" elapsed="0.002906"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.443456" elapsed="0.002946"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.449936" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.446692" elapsed="0.003310"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.446457" elapsed="0.003594"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.446441" elapsed="0.003642"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.450904" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.450350" elapsed="0.000592"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.451431" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.451045" elapsed="0.000579"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.452530" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.451914" elapsed="0.000654"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.451662" elapsed="0.000958"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.451019" elapsed="0.001629"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.453419" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.452892" elapsed="0.000565"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.453899" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.453554" elapsed="0.000428"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.454901" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.454259" elapsed="0.000680"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.454016" elapsed="0.000970"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.453530" elapsed="0.001477"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.455158" elapsed="0.000413"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.456008" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.455738" elapsed="0.000296"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.456189" elapsed="0.002353"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.443042" elapsed="0.015564"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.458806" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.458674" elapsed="0.000176"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.458656" elapsed="0.000216"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.461449" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.459020" elapsed="0.002460"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.461532" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:34.461686" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;cookie_mask&gt;0&lt;/cookie_mask&gt;&lt;flow-name&gt;Table miss fl...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.430036" elapsed="0.031677"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.461770" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.427701" elapsed="0.034187"/>
</kw>
<var name="${switch}">93</var>
<status status="PASS" start="2026-04-10T03:14:34.427509" elapsed="0.034415"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.468966" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.468717" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.469429" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.469165" elapsed="0.000347"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.476448" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.476609" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A94/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.476750" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.471544" elapsed="0.005241"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.469581" elapsed="0.007264"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.477095" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.476879" elapsed="0.000307"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.469562" elapsed="0.007652"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.482223" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.478655" elapsed="0.003679"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.478344" elapsed="0.004040"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.478318" elapsed="0.004099"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.486129" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.482837" elapsed="0.003355"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.482500" elapsed="0.003741"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.482472" elapsed="0.003823"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.487076" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.486541" elapsed="0.000562"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.487450" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.487173" elapsed="0.000336"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.488124" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.487706" elapsed="0.000445"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.487532" elapsed="0.000655"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.487156" elapsed="0.001052"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.488767" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.488398" elapsed="0.000396"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.489110" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.488863" elapsed="0.000304"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.489792" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.489380" elapsed="0.000437"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.489189" elapsed="0.000665"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.488846" elapsed="0.001029"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.490032" elapsed="0.000393"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.490883" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.490591" elapsed="0.000319"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.491102" elapsed="0.002359"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.477725" elapsed="0.015799"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.493700" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.493593" elapsed="0.000150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.493575" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.496339" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.493913" elapsed="0.002457"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.496423" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:34.496580" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.464576" elapsed="0.032032"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.496666" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.462201" elapsed="0.034584"/>
</kw>
<var name="${switch}">94</var>
<status status="PASS" start="2026-04-10T03:14:34.462007" elapsed="0.034815"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.503841" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.503593" elapsed="0.000294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.504298" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.504044" elapsed="0.000300"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.511485" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.511608" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A95/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.511709" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.506373" elapsed="0.005362"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.504410" elapsed="0.007367"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.511969" elapsed="0.000032"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.511801" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.504393" elapsed="0.007671"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.516038" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.513087" elapsed="0.003029"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.512857" elapsed="0.003308"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.512839" elapsed="0.003359"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.519985" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.516640" elapsed="0.003409"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.516311" elapsed="0.003832"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.516252" elapsed="0.003927"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.520977" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.520458" elapsed="0.000557"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.521499" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.521113" elapsed="0.000468"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.522539" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.521861" elapsed="0.000716"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.521613" elapsed="0.001030"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.521089" elapsed="0.001585"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.523499" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.522937" elapsed="0.000601"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.524001" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.523637" elapsed="0.000444"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.525029" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.524421" elapsed="0.000646"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.524114" elapsed="0.001003"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.523613" elapsed="0.001533"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.525382" elapsed="0.000562"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.526601" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.526183" elapsed="0.000455"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.526904" elapsed="0.002420"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.512442" elapsed="0.016957"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.529578" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.529471" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.529453" elapsed="0.000191"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.532360" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.529791" elapsed="0.002600"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.532458" elapsed="0.000030"/>
</return>
<msg time="2026-04-10T03:14:34.532613" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.499491" elapsed="0.033151"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.532699" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.497101" elapsed="0.035718"/>
</kw>
<var name="${switch}">95</var>
<status status="PASS" start="2026-04-10T03:14:34.496905" elapsed="0.035950"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.540710" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.540432" elapsed="0.000325"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.541173" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.540930" elapsed="0.000287"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.549214" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.549667" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A96/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.549912" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.543281" elapsed="0.006690"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.541300" elapsed="0.008771"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.550521" elapsed="0.000053"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.550124" elapsed="0.000547"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.541267" elapsed="0.009493"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.557621" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.553083" elapsed="0.004626"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.552581" elapsed="0.005182"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.552542" elapsed="0.005257"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.561913" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.558230" elapsed="0.003754"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.557887" elapsed="0.004150"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.557862" elapsed="0.004211"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.562995" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.562385" elapsed="0.000639"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.563373" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.563096" elapsed="0.000344"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.564093" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.563664" elapsed="0.000456"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.563473" elapsed="0.000684"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.563078" elapsed="0.001101"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.564752" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.564379" elapsed="0.000399"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.565099" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.564850" elapsed="0.000306"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.565796" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.565380" elapsed="0.000443"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.565179" elapsed="0.000680"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.564832" elapsed="0.001048"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.566040" elapsed="0.000405"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.566922" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.566614" elapsed="0.000334"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.567108" elapsed="0.002414"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.551588" elapsed="0.018001"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.569801" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.569662" elapsed="0.000189"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.569642" elapsed="0.000266"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.572619" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.570067" elapsed="0.002583"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.572707" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:34.572867" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.535571" elapsed="0.037324"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.572952" elapsed="0.000027"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.533133" elapsed="0.039939"/>
</kw>
<var name="${switch}">96</var>
<status status="PASS" start="2026-04-10T03:14:34.532939" elapsed="0.040170"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.580298" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.580022" elapsed="0.000324"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.580755" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.580514" elapsed="0.000285"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.588040" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.588156" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A97/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.588256" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.582869" elapsed="0.005437"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.580865" elapsed="0.007485"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.588530" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.588375" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.580847" elapsed="0.007767"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.592236" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.589635" elapsed="0.002672"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.589413" elapsed="0.002931"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.589395" elapsed="0.002972"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.595074" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.592646" elapsed="0.002474"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.592422" elapsed="0.002733"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.592406" elapsed="0.002772"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.595735" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.595367" elapsed="0.000395"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.596079" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.595831" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.596808" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.596385" elapsed="0.000450"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.596191" elapsed="0.000680"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.595814" elapsed="0.001078"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.597449" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.597063" elapsed="0.000414"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.597795" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.597547" elapsed="0.000305"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.598481" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.598047" elapsed="0.000460"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.597875" elapsed="0.000669"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.597529" elapsed="0.001035"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.598730" elapsed="0.000379"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.599567" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.599294" elapsed="0.000299"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.599747" elapsed="0.002368"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.588961" elapsed="0.013218"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.602378" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.602248" elapsed="0.000173"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.602230" elapsed="0.000212"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.605017" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.602588" elapsed="0.002460"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.605101" elapsed="0.000029"/>
</return>
<msg time="2026-04-10T03:14:34.605256" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.575861" elapsed="0.029439"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.605359" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.573435" elapsed="0.032045"/>
</kw>
<var name="${switch}">97</var>
<status status="PASS" start="2026-04-10T03:14:34.573198" elapsed="0.032319"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.612531" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.612265" elapsed="0.000312"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.612979" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.612733" elapsed="0.000289"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.620265" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.620407" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A98/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.620546" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.615049" elapsed="0.005524"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.613089" elapsed="0.007527"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.620796" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.620640" elapsed="0.000220"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.613071" elapsed="0.007810"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.625076" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.621893" elapsed="0.003261"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.621669" elapsed="0.003535"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.621651" elapsed="0.003586"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.628969" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.625669" elapsed="0.003365"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.625354" elapsed="0.003729"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.625329" elapsed="0.003787"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.629967" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.629437" elapsed="0.000568"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.630474" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.630104" elapsed="0.000451"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.631459" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.630855" elapsed="0.000641"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.630586" elapsed="0.000961"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.630080" elapsed="0.001495"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.632334" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.631815" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.632810" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.632468" elapsed="0.000419"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.633777" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.633155" elapsed="0.000659"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.632918" elapsed="0.000946"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.632444" elapsed="0.001448"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.634101" elapsed="0.000547"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.635219" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.634917" elapsed="0.000328"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.635414" elapsed="0.002447"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.621232" elapsed="0.016695"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.638103" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.637997" elapsed="0.000151"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.637979" elapsed="0.000190"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.640773" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.638341" elapsed="0.002462"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.640857" elapsed="0.000031"/>
</return>
<msg time="2026-04-10T03:14:34.641013" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.608132" elapsed="0.032947"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.641140" elapsed="0.000028"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.605794" elapsed="0.035469"/>
</kw>
<var name="${switch}">98</var>
<status status="PASS" start="2026-04-10T03:14:34.605601" elapsed="0.035716"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.648417" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.648146" elapsed="0.000319"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.648962" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.648664" elapsed="0.000352"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.657604" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.657769" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A99/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.657911" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.651351" elapsed="0.006595"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.649098" elapsed="0.008907"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.658253" elapsed="0.000060"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.658039" elapsed="0.000334"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.649077" elapsed="0.009324"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.663449" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.659834" elapsed="0.003696"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.659521" elapsed="0.004072"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.659496" elapsed="0.004133"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.667413" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.664076" elapsed="0.003402"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.663708" elapsed="0.003819"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.663685" elapsed="0.003873"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.668345" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.667804" elapsed="0.000580"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.668829" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.668482" elapsed="0.000426"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.669788" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.669183" elapsed="0.000644"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.668939" elapsed="0.000938"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.668458" elapsed="0.001447"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.670717" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.670146" elapsed="0.000610"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.671196" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.670853" elapsed="0.000491"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.672204" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.671626" elapsed="0.000615"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.671379" elapsed="0.000934"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.670829" elapsed="0.001515"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.672558" elapsed="0.000562"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.673795" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.673374" elapsed="0.000459"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.674053" elapsed="0.003490"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.658915" elapsed="0.018722"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.677896" elapsed="0.000022"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.677741" elapsed="0.000219"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.677714" elapsed="0.000275"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.680891" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.678197" elapsed="0.002726"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.680977" elapsed="0.000034"/>
</return>
<msg time="2026-04-10T03:14:34.681138" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.643959" elapsed="0.037208"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.681225" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.641606" elapsed="0.039757"/>
</kw>
<var name="${switch}">99</var>
<status status="PASS" start="2026-04-10T03:14:34.641407" elapsed="0.039993"/>
</iter>
<iter>
<kw name="Get_As_Json_From_Uri" owner="TemplatedRequests">
<kw name="Get_From_Uri" owner="TemplatedRequests">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.688624" level="INFO">/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default</msg>
<arg>${uri}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.688329" elapsed="0.000347"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.689078" level="INFO">{}</msg>
<arg>${accept}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.688834" elapsed="0.000287"/>
</kw>
<if>
<branch type="IF" condition="&quot;&quot;&quot;${http_timeout}&quot;&quot;&quot; == &quot;&quot;&quot;${EMPTY}&quot;&quot;&quot;">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.697096" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default 
 path_url=/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.697247" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes/node=openflow%3A100/flow-node-inventory:table=0/flow=default 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Content-Length': '443'} 
 body=&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt; 
 </msg>
<msg time="2026-04-10T03:14:34.697394" level="INFO">${response} = &lt;Response [200]&gt;</msg>
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.691245" elapsed="0.006176"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.689194" elapsed="0.008269"/>
</branch>
<branch type="ELSE">
<kw name="GET On Session" owner="RequestsLibrary">
<var>${response}</var>
<arg>${session}</arg>
<arg>url=${uri}</arg>
<arg>headers=${accept}</arg>
<arg>timeout=${http_timeout}</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.697648" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.697489" elapsed="0.000223"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.689173" elapsed="0.008559"/>
</if>
<kw name="Check_Status_Code" owner="TemplatedRequests">
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.702538" level="INFO">&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;&lt;instruction&gt;&lt;order&gt;0&lt;/order&gt;&lt;apply-actions&gt;&lt;action&gt;&lt;order&gt;0&lt;/order&gt;&lt;output-action&gt;&lt;max-length&gt;65535&lt;/max-length&gt;&lt;output-node-connector&gt;CONTROLLER&lt;/output-node-connector&gt;&lt;/output-action&gt;&lt;/action&gt;&lt;/apply-actions&gt;&lt;/instruction&gt;&lt;/instructions&gt;&lt;hard-timeout&gt;0&lt;/hard-timeout&gt;&lt;flags/&gt;&lt;/flow&gt;</msg>
<arg>${response.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.698946" elapsed="0.003671"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.698659" elapsed="0.004007"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.698641" elapsed="0.004082"/>
</if>
<if>
<branch type="IF" condition="&quot;${log_response}&quot; == &quot;True&quot;">
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.706412" level="INFO">200</msg>
<arg>${response.status_code}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.703117" elapsed="0.003360"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.702805" elapsed="0.003720"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.702782" elapsed="0.003775"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.707447" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($additional_allowed_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.706860" elapsed="0.000626"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.707931" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.707584" elapsed="0.000427"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.708892" level="INFO">${allowed_status_codes_list} = []</msg>
<var>${allowed_status_codes_list}</var>
<arg>${additional_allowed_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.708307" elapsed="0.000622"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.708043" elapsed="0.000937"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.707560" elapsed="0.001449"/>
</if>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.709766" level="INFO">${status_codes_type} = list</msg>
<var>${status_codes_type}</var>
<arg>type($explicit_status_codes).__name__</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.709247" elapsed="0.000556"/>
</kw>
<if>
<branch type="IF" condition="&quot;${status_codes_type}&quot;!=&quot;list&quot;">
<kw name="Create List" owner="BuiltIn">
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns a list containing given items.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.710259" elapsed="0.000072"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.709898" elapsed="0.000484"/>
</branch>
<branch type="ELSE">
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.711192" level="INFO">${explicit_status_codes_list} = []</msg>
<var>${explicit_status_codes_list}</var>
<arg>${explicit_status_codes}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-04-10T03:14:34.710656" elapsed="0.000563"/>
</kw>
<status status="PASS" start="2026-04-10T03:14:34.710414" elapsed="0.000841"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.709874" elapsed="0.001417"/>
</if>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>"""${explicit_status_codes_list}""" != """${NO_STATUS_CODES}"""</arg>
<arg>Collections.List_Should_Contain_Value</arg>
<arg>${explicit_status_codes_list}</arg>
<arg>${response.status_code}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:14:34.711448" elapsed="0.000380"/>
</kw>
<kw name="Combine Lists" owner="Collections">
<msg time="2026-04-10T03:14:34.712318" level="INFO">${final_allowd_list} = [200, 201, 204]</msg>
<var>${final_allowd_list}</var>
<arg>${ALLOWED_STATUS_CODES}</arg>
<arg>${allowed_status_codes_list}</arg>
<doc>Combines the given ``lists`` together and returns the result.</doc>
<status status="PASS" start="2026-04-10T03:14:34.712004" elapsed="0.000341"/>
</kw>
<kw name="List Should Contain Value" owner="Collections">
<arg>${final_allowd_list}</arg>
<arg>${response.status_code}</arg>
<doc>Fails if the ``value`` is not found from ``list``.</doc>
<status status="PASS" start="2026-04-10T03:14:34.712500" elapsed="0.002386"/>
</kw>
<arg>${response}</arg>
<arg>log_response=${log_response}</arg>
<doc>Log response text, check status_code is one of allowed ones. In cases where this keyword is
called in a WUKS it could end up logging tons of data and it may be desired to skip the logging by passing
log_response=False, but by default it remains True.</doc>
<status status="PASS" start="2026-04-10T03:14:34.698205" elapsed="0.016757"/>
</kw>
<if>
<branch type="IF" condition="not ${normalize_json}">
<return>
<value>${response.text}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.715145" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.715035" elapsed="0.000157"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.715016" elapsed="0.000198"/>
</if>
<kw name="Normalize Json Text" owner="norm_json">
<msg time="2026-04-10T03:14:34.717767" level="INFO">${text_normalized} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${text_normalized}</var>
<arg>${response.text}</arg>
<arg>jmes_path=${jmes_path}</arg>
<arg>keys_with_volatiles=${keys_with_volatiles}</arg>
<doc>Attempt to return sorted indented JSON string.</doc>
<status status="PASS" start="2026-04-10T03:14:34.715378" elapsed="0.002420"/>
</kw>
<return>
<value>${text_normalized}</value>
<status status="PASS" start="2026-04-10T03:14:34.717850" elapsed="0.000035"/>
</return>
<msg time="2026-04-10T03:14:34.718011" level="INFO">${response_text} = Expecting value: line 1 column 1 (char 0)
&lt;flow xmlns="urn:opendaylight:flow:inventory"&gt;&lt;id&gt;default&lt;/id&gt;&lt;table_id&gt;0&lt;/table_id&gt;&lt;priority&gt;1&lt;/priority&gt;&lt;flow-name&gt;Table miss flow&lt;/flow-name&gt;&lt;instructions&gt;...</msg>
<var>${response_text}</var>
<arg>uri=${uri}</arg>
<arg>accept=${ACCEPT_EMPTY}</arg>
<arg>session=${session}</arg>
<arg>normalize_json=True</arg>
<arg>http_timeout=${http_timeout}</arg>
<arg>log_response=${log_response}</arg>
<doc>GET data from given URI, check status code and return response text.
${accept} is a Python object with headers to use.
If ${normalize_json}, normalize as JSON text before returning.</doc>
<status status="PASS" start="2026-04-10T03:14:34.684125" elapsed="0.033914"/>
</kw>
<return>
<value>${response_text}</value>
<status status="PASS" start="2026-04-10T03:14:34.718096" elapsed="0.000026"/>
</return>
<arg>${RFC8040_NODES_API}/node=openflow%3A${switch}/flow-node-inventory:table=0/flow=default</arg>
<arg>session</arg>
<doc>Specify JSON headers and return Get_From_Uri normalized response text.</doc>
<status status="PASS" start="2026-04-10T03:14:34.681703" elapsed="0.036512"/>
</kw>
<var name="${switch}">100</var>
<status status="PASS" start="2026-04-10T03:14:34.681495" elapsed="0.036819"/>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="PASS" start="2026-04-10T03:14:30.823959" elapsed="3.894392"/>
</for>
<arg>${switches}</arg>
<doc>Check table miss flows in switches.</doc>
<status status="PASS" start="2026-04-10T03:14:30.823122" elapsed="3.895294"/>
</kw>
<arg>${switches}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Table Miss Flows</arg>
<arg>${switches}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-04-10T03:14:30.822555" elapsed="3.895909"/>
</kw>
<msg time="2026-04-10T03:14:34.718567" level="INFO">${status} = PASS</msg>
<msg time="2026-04-10T03:14:34.718614" level="INFO">${result} = None</msg>
<var>${status}</var>
<var>${result}</var>
<arg>Wait Until Keyword Succeeds</arg>
<arg>${switches}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Table Miss Flows</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:30.822126" elapsed="3.896511"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking table miss flows</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:14:34.718848" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:14:34.718738" elapsed="0.000160"/>
</branch>
<status status="PASS" start="2026-04-10T03:14:34.718719" elapsed="0.000201"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking Linear Topology</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:14:34.719104" elapsed="0.000484"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:34.768416" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:34.772988" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:34.773610" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:34.721335" elapsed="0.052353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.779675" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:34.774218" elapsed="0.008020"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:34.788332" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:34.784844" elapsed="0.006229">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.791336" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.791557" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.791755" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.791951" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.792148" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.792441" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.792245" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:34.792224" elapsed="0.000298"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.792766" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.792576" elapsed="0.000245"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:34.792561" elapsed="0.000283"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:34.793072" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:34.792897" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:34.792881" elapsed="0.000267"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:34.784662" elapsed="0.008555">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:34.782329" elapsed="0.011073">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:34.720941" elapsed="0.072645">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:36.824944" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:36.826089" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:36.826759" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:36.795926" elapsed="0.030896"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:36.834322" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:36.827392" elapsed="0.009626"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:36.843422" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:36.839814" elapsed="0.006339">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.846553" elapsed="0.000028"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.846777" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.846979" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.847210" elapsed="0.000032"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.847547" elapsed="0.000033"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.847963" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:36.847698" elapsed="0.000426"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:36.847668" elapsed="0.000496"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.848538" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:36.848257" elapsed="0.000378"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:36.848233" elapsed="0.000437"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:36.849002" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:36.848748" elapsed="0.000333"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:36.848726" elapsed="0.000388"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:36.839591" elapsed="0.009634">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:36.837095" elapsed="0.012379">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:36.794993" elapsed="0.054847">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:38.881799" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:38.883032" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:38.883640" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:38.852428" elapsed="0.031273"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:38.890752" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:38.884237" elapsed="0.009314"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:38.899897" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:38.896330" elapsed="0.006360">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.902941" elapsed="0.000027"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.903170" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.903381" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.903574" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.903775" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.904051" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:38.903872" elapsed="0.000244"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:38.903851" elapsed="0.000297"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.904430" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:38.904206" elapsed="0.000282"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:38.904190" elapsed="0.000321"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:38.904731" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:38.904562" elapsed="0.000222"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:38.904547" elapsed="0.000259"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:38.896119" elapsed="0.008750">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:38.893631" elapsed="0.011379">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:38.851381" elapsed="0.053803">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:40.935473" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:40.936566" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:40.937106" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:40.907650" elapsed="0.029517"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:40.944258" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:40.937705" elapsed="0.010062"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:40.953965" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:40.950371" elapsed="0.006370">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.956991" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.957192" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.957403" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.957649" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.957867" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.958144" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:40.957967" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:40.957946" elapsed="0.000290"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.958483" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:40.958311" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:40.958294" elapsed="0.000265"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:40.958777" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:40.958610" elapsed="0.000219"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:40.958594" elapsed="0.000257"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:40.950170" elapsed="0.008742">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:40.947837" elapsed="0.011214">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:40.906638" elapsed="0.052585">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:42.986189" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:42.987595" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:42.988239" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:42.962069" elapsed="0.026294"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:42.993553" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:42.988917" elapsed="0.008126"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:43.005252" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:43.001133" elapsed="0.007011">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.008454" elapsed="0.000027"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.008669" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.008867" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.009062" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.009260" elapsed="0.000036"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.009597" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:43.009377" elapsed="0.000279"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:43.009355" elapsed="0.000328"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.009911" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:43.009738" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:43.009722" elapsed="0.000269"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:43.010214" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:43.010043" elapsed="0.000241"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:43.010028" elapsed="0.000282"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:43.000824" elapsed="0.009550">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:42.997153" elapsed="0.013365">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:42.960734" elapsed="0.050043">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:45.033191" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:45.033995" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:45.034415" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:45.013103" elapsed="0.021353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:45.038749" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:45.034808" elapsed="0.007012"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:45.048996" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:45.045448" elapsed="0.005992">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.051721" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.051927" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.052124" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.052333" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.052534" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.052898" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:45.052651" elapsed="0.000322"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:45.052617" elapsed="0.000390"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.053320" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:45.053079" elapsed="0.000300"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:45.053059" elapsed="0.000343"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:45.053625" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:45.053455" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:45.053439" elapsed="0.000263"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:45.045127" elapsed="0.008639">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:45.041926" elapsed="0.011988">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:45.012173" elapsed="0.041916">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:47.077663" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:47.078799" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:47.079416" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:47.056441" elapsed="0.023041"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:47.086035" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:47.079974" elapsed="0.008262"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:47.094328" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:47.090816" elapsed="0.006275">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.097357" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.097565" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.097762" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.097973" elapsed="0.000026"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.098183" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.098476" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:47.098297" elapsed="0.000235"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:47.098262" elapsed="0.000294"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.098780" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:47.098610" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:47.098594" elapsed="0.000264"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:47.099091" elapsed="0.000034"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:47.098914" elapsed="0.000251"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:47.098899" elapsed="0.000289"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:47.090635" elapsed="0.008616">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:47.088315" elapsed="0.011100">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:47.055486" elapsed="0.044102">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:49.122253" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:49.123380" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:49.123931" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:49.101976" elapsed="0.022018"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:49.128929" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:49.124559" elapsed="0.007437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:49.139659" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:49.135650" elapsed="0.006666">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.142600" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.142807" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.143007" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.143204" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.143420" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.143709" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:49.143526" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:49.143502" elapsed="0.000288"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.144017" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:49.143844" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:49.143829" elapsed="0.000267"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:49.144335" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:49.144148" elapsed="0.000262"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:49.144133" elapsed="0.000312"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:49.135390" elapsed="0.009136">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:49.132081" elapsed="0.012655">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:49.100984" elapsed="0.043937">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:51.164138" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:51.165598" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:51.166236" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:51.146601" elapsed="0.019739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:51.171839" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:51.166878" elapsed="0.008212"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:51.182425" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:51.178814" elapsed="0.006535">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.185680" elapsed="0.000034"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.185922" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.186131" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.186360" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.186565" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.186874" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:51.186681" elapsed="0.000258"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:51.186651" elapsed="0.000313"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.187190" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:51.187019" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:51.187003" elapsed="0.000283"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:51.187543" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:51.187344" elapsed="0.000258"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:51.187327" elapsed="0.000298"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:51.178589" elapsed="0.009103">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:51.175186" elapsed="0.012662">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:51.145950" elapsed="0.042078">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:53.213584" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:53.214867" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:53.215707" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:53.189754" elapsed="0.026027"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:53.222328" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:53.216465" elapsed="0.008922"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:53.233428" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:53.229015" elapsed="0.007116">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.236392" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.236597" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.236795" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.236993" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.237197" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.237501" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:53.237319" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:53.237296" elapsed="0.000287"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.237809" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:53.237637" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:53.237622" elapsed="0.000265"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:53.238118" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:53.237939" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:53.237924" elapsed="0.000272"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:53.228766" elapsed="0.009494">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:53.225481" elapsed="0.012939">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:53.189064" elapsed="0.049539">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:55.263105" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:55.264490" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:55.265168" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:55.241137" elapsed="0.024120"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:55.270978" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:55.265935" elapsed="0.008245"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:55.282869" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:55.278209" elapsed="0.007812">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.286344" elapsed="0.000028"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.286606" elapsed="0.000026"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.286814" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.287012" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.287213" elapsed="0.000028"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.287525" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:55.287343" elapsed="0.000242"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:55.287319" elapsed="0.000297"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.287896" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:55.287687" elapsed="0.000281"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:55.287666" elapsed="0.000331"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:55.288257" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:55.288068" elapsed="0.000264"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:55.288047" elapsed="0.000308"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:55.277919" elapsed="0.010503">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:55.274301" elapsed="0.014280">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:55.240125" elapsed="0.048638">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:57.312924" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:57.314302" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:57.314878" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:57.291190" elapsed="0.023753"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:57.321952" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:57.315796" elapsed="0.009297"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:57.333701" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:57.329033" elapsed="0.007722">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.337060" elapsed="0.000026"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.337299" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.337503" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.337702" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.337904" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.338193" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:57.338009" elapsed="0.000240"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:57.337986" elapsed="0.000305"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.338531" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:57.338357" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:57.338341" elapsed="0.000270"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:57.338840" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:57.338665" elapsed="0.000230"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:57.338649" elapsed="0.000270"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:57.328738" elapsed="0.010245">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:57.325195" elapsed="0.013961">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:57.290256" elapsed="0.049104">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:14:59.361340" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:14:59.362539" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:14:59.363184" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:14:59.341131" elapsed="0.022117"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:14:59.367979" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:14:59.363909" elapsed="0.007144"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:14:59.378558" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:14:59.374716" elapsed="0.006705">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.381690" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.381897" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.382093" elapsed="0.000028"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.382311" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.382514" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.382802" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:59.382619" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:59.382595" elapsed="0.000289"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.383116" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:59.382940" elapsed="0.000232"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:59.382924" elapsed="0.000270"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:14:59.383486" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:14:59.383246" elapsed="0.000307"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:14:59.383231" elapsed="0.000346"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:14:59.374450" elapsed="0.009194">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:14:59.371146" elapsed="0.012651">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:14:59.340442" elapsed="0.043537">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:01.406150" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:01.407476" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:01.408112" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:01.386621" elapsed="0.021556"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:01.415443" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:01.408773" elapsed="0.009321"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:01.424158" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:01.420756" elapsed="0.006016">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.427062" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.427281" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.427483" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.427683" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.427883" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.428184" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:01.428003" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:01.427981" elapsed="0.000283"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.428511" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:01.428339" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:01.428323" elapsed="0.000267"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:01.428812" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:01.428642" elapsed="0.000223"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:01.428626" elapsed="0.000262"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:01.420526" elapsed="0.008426">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:01.418175" elapsed="0.010922">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:01.385443" elapsed="0.043843">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:03.453011" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:03.454259" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:03.455081" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:03.432532" elapsed="0.022630"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:03.462645" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:03.455823" elapsed="0.010481"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:03.475577" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:03.470347" elapsed="0.008000">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.478694" elapsed="0.000056"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.478938" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.479136" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.479351" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.479560" elapsed="0.000032"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.479923" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:03.479719" elapsed="0.000262"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:03.479686" elapsed="0.000324"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.480239" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:03.480066" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:03.480050" elapsed="0.000288"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:03.480563" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:03.480391" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:03.480375" elapsed="0.000264"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:03.470000" elapsed="0.010708">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:03.466445" elapsed="0.014422">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:03.431203" elapsed="0.049850">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:05.502141" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:05.503395" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:05.504015" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:05.483357" elapsed="0.020724"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:05.511349" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:05.504725" elapsed="0.008824"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:05.519674" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:05.516218" elapsed="0.006079">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.522629" elapsed="0.000026"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.522859" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.523063" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.523294" elapsed="0.000028"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.523524" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.523822" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:05.523632" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:05.523609" elapsed="0.000298"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.524161" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:05.523963" elapsed="0.000257"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:05.523947" elapsed="0.000300"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:05.524489" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:05.524316" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:05.524300" elapsed="0.000267"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:05.515996" elapsed="0.008639">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:05.513626" elapsed="0.011166">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:05.482421" elapsed="0.042575">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:07.546490" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:07.547634" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:07.548234" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:07.527473" elapsed="0.020855"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:07.553929" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:07.548868" elapsed="0.008784"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:07.565722" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:07.561608" elapsed="0.006894">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.568782" elapsed="0.000026"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.568989" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.569196" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.569415" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.569649" elapsed="0.000025"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.569946" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:07.569757" elapsed="0.000247"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:07.569734" elapsed="0.000297"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.570334" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:07.570087" elapsed="0.000308"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:07.570071" elapsed="0.000348"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:07.570649" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:07.570473" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:07.570457" elapsed="0.000272"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:07.561310" elapsed="0.009486">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:07.557755" elapsed="0.013190">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:07.526483" elapsed="0.044638">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:09.593979" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:09.595150" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:09.595763" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:09.573484" elapsed="0.022342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:09.602795" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:09.596342" elapsed="0.008660"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:09.611036" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:09.607603" elapsed="0.006085">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.613968" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.614174" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.614402" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.614610" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.614809" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.615086" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:09.614906" elapsed="0.000235"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:09.614886" elapsed="0.000281"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.615406" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:09.615221" elapsed="0.000241"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:09.615205" elapsed="0.000280"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:09.615735" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:09.615537" elapsed="0.000254"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:09.615522" elapsed="0.000292"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:09.607421" elapsed="0.008456">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:09.605065" elapsed="0.010957">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:09.572554" elapsed="0.043636">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:11.637249" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:11.638406" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:11.638955" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:11.618529" elapsed="0.020485"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:11.645693" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:11.639583" elapsed="0.009706"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:11.656938" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:11.652874" elapsed="0.006782">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.659909" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.660112" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.660324" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.660521" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.660726" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.661003" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:11.660825" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:11.660804" elapsed="0.000278"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.661325" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:11.661135" elapsed="0.000248"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:11.661120" elapsed="0.000284"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:11.661641" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:11.661455" elapsed="0.000241"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:11.661441" elapsed="0.000278"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:11.652620" elapsed="0.009161">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:11.649379" elapsed="0.012548">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:11.617576" elapsed="0.044530">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:13.683381" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:13.684471" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:13.685017" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:13.664482" elapsed="0.020596"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:13.691260" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:13.685668" elapsed="0.008782"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:13.702712" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:13.698083" elapsed="0.007404">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.705751" elapsed="0.000031"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.705966" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.706204" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.706438" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.706657" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.706957" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:13.706761" elapsed="0.000254"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:13.706740" elapsed="0.000301"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.707315" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:13.707096" elapsed="0.000281"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:13.707080" elapsed="0.000320"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:13.707650" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:13.707454" elapsed="0.000260"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:13.707439" elapsed="0.000301"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:13.697827" elapsed="0.009986">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:13.694543" elapsed="0.013421">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:13.663542" elapsed="0.044605">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:15.726035" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:15.727368" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:15.727980" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:15.709541" elapsed="0.018536"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:15.734671" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:15.728786" elapsed="0.008158"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:15.742968" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:15.739513" elapsed="0.006172">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.745931" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.746139" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.746350" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.746546" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.746771" elapsed="0.000024"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.747050" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:15.746874" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:15.746853" elapsed="0.000278"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.747370" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:15.747185" elapsed="0.000242"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:15.747169" elapsed="0.000280"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:15.747679" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:15.747500" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:15.747486" elapsed="0.000270"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:15.739332" elapsed="0.008486">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:15.737010" elapsed="0.010956">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:15.709002" elapsed="0.039136">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:17.769012" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:17.770108" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:17.770676" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:17.750453" elapsed="0.020283"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:17.776024" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:17.771230" elapsed="0.007920"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:17.787102" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:17.782888" elapsed="0.006837">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.789974" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.790181" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.790399" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.790623" elapsed="0.000024"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.790829" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.791107" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:17.790928" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:17.790906" elapsed="0.000282"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.791431" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:17.791242" elapsed="0.000245"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:17.791227" elapsed="0.000282"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:17.791736" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:17.791564" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:17.791549" elapsed="0.000263"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:17.782599" elapsed="0.009275">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:17.779235" elapsed="0.012783">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:17.749552" elapsed="0.042637">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:19.842084" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:19.843402" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:19.844092" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:19.794556" elapsed="0.049597"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:19.849110" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:19.844926" elapsed="0.007737"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:19.860353" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:19.856585" elapsed="0.006481">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.863335" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.863542" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.863737" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.863929" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.864125" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.864440" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:19.864224" elapsed="0.000274"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:19.864203" elapsed="0.000337"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.864780" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:19.864609" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:19.864593" elapsed="0.000264"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:19.865075" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:19.864908" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:19.864893" elapsed="0.000258"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:19.856227" elapsed="0.008987">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:19.852757" elapsed="0.012631">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:19.793599" elapsed="0.071968">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:21.887126" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:21.888498" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:21.889231" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:21.868263" elapsed="0.021082"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:21.895748" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:21.890031" elapsed="0.009012"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:21.907416" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:21.903130" elapsed="0.007177">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.910574" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.910779" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.910977" elapsed="0.000033"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.911212" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.911430" elapsed="0.000023"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.911716" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:21.911537" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:21.911516" elapsed="0.000279"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.912020" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:21.911849" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:21.911834" elapsed="0.000275"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:21.912405" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:21.912177" elapsed="0.000286"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:21.912157" elapsed="0.000328"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:21.902784" elapsed="0.009766">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:21.899141" elapsed="0.013553">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:21.867251" elapsed="0.045615">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:23.934869" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:23.935971" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:23.936613" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:23.915441" elapsed="0.021243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:23.943380" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:23.937204" elapsed="0.009150"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:23.952373" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:23.948931" elapsed="0.006135">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.955323" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.955525" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.955719" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.955911" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.956146" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.956437" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:23.956245" elapsed="0.000247"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:23.956225" elapsed="0.000293"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.956751" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:23.956571" elapsed="0.000235"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:23.956556" elapsed="0.000272"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:23.957047" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:23.956879" elapsed="0.000221"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:23.956864" elapsed="0.000258"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:23.948748" elapsed="0.008435">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:23.946421" elapsed="0.010920">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:23.914384" elapsed="0.043124">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:25.980020" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:25.981163" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:25.981917" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:25.959901" elapsed="0.022081"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:25.988845" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:25.982567" elapsed="0.008486"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:25.997086" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:25.993665" elapsed="0.006172">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.000117" elapsed="0.000026"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.000344" elapsed="0.000027"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.000565" elapsed="0.000026"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.000817" elapsed="0.000026"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.001063" elapsed="0.000025"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.001379" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:26.001181" elapsed="0.000255"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:26.001157" elapsed="0.000305"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.001690" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:26.001518" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:26.001502" elapsed="0.000265"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:26.001989" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:26.001819" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:26.001804" elapsed="0.000261"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:25.993471" elapsed="0.008660">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:25.991122" elapsed="0.011176">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:25.958896" elapsed="0.043641">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:28.024318" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:28.026012" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:28.026632" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:28.004875" elapsed="0.021821"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:28.032843" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:28.027216" elapsed="0.008827"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:28.043108" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:28.039617" elapsed="0.006212">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.046077" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.046298" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.046501" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.046698" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.046900" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.047178" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:28.046997" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:28.046977" elapsed="0.000282"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.047524" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:28.047329" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:28.047314" elapsed="0.000290"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:28.047831" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:28.047658" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:28.047642" elapsed="0.000266"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:28.039309" elapsed="0.008662">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:28.036134" elapsed="0.011981">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:28.003960" elapsed="0.044339">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:30.071522" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:30.072850" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:30.073572" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:30.050761" elapsed="0.022896"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:30.081838" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:30.074403" elapsed="0.010987"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:30.091783" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:30.088082" elapsed="0.006499">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.094942" elapsed="0.000029"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.095203" elapsed="0.000066"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.095530" elapsed="0.000030"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.095775" elapsed="0.000023"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.095979" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.096264" elapsed="0.000038"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:30.096085" elapsed="0.000252"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:30.096060" elapsed="0.000303"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.096787" elapsed="0.000026"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:30.096569" elapsed="0.000287"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:30.096548" elapsed="0.000338"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:30.097179" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:30.096952" elapsed="0.000303"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:30.096933" elapsed="0.000379"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:30.087847" elapsed="0.009549">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:30.085465" elapsed="0.012121">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:30.049754" elapsed="0.048074">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:32.119181" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:32.120582" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:32.121179" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:32.100366" elapsed="0.020880"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:32.127825" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:32.121855" elapsed="0.008269"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:32.136152" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:32.132712" elapsed="0.006365">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.139351" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.139555" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.139799" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.139998" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.140197" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.140493" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:32.140311" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:32.140289" elapsed="0.000285"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.140799" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:32.140627" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:32.140612" elapsed="0.000263"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:32.141097" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:32.140926" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:32.140911" elapsed="0.000261"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:32.132518" elapsed="0.008717">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:32.130193" elapsed="0.011201">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:32.099432" elapsed="0.042134">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:34.167110" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:34.168410" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:34.169059" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:34.144135" elapsed="0.024989"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:34.176513" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:34.169780" elapsed="0.010693"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:34.186531" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:34.183057" elapsed="0.005915">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.189225" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.189445" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.189643" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.189838" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.190037" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.190361" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:34.190145" elapsed="0.000275"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:34.190119" elapsed="0.000327"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.190676" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:34.190502" elapsed="0.000325"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:34.190486" elapsed="0.000365"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:34.191080" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:34.190905" elapsed="0.000230"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:34.190889" elapsed="0.000268"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:34.182863" elapsed="0.008359">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:34.180542" elapsed="0.010857">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:34.143080" elapsed="0.048497">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:36.213018" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:36.214193" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:36.214873" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:36.193973" elapsed="0.020963"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:36.219655" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:36.215509" elapsed="0.008554"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:36.231324" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:36.227887" elapsed="0.005898">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.234044" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.234247" elapsed="0.000035"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.234510" elapsed="0.000027"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.234721" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.234972" elapsed="0.000027"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.235285" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:36.235087" elapsed="0.000256"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:36.235064" elapsed="0.000305"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.235626" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:36.235425" elapsed="0.000260"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:36.235408" elapsed="0.000301"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:36.235933" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:36.235762" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:36.235746" elapsed="0.000263"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:36.227691" elapsed="0.008384">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:36.224165" elapsed="0.012060">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:36.193004" elapsed="0.043414">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:38.256919" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:38.258021" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:38.258544" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:38.239162" elapsed="0.019440"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:38.316747" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:38.259007" elapsed="0.060042"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:38.325303" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:38.321755" elapsed="0.005950">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.327957" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.328167" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.328381" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.328583" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.328784" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.329067" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:38.328884" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:38.328863" elapsed="0.000284"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.329399" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:38.329201" elapsed="0.000254"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:38.329185" elapsed="0.000293"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:38.329708" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:38.329530" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:38.329515" elapsed="0.000271"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:38.321499" elapsed="0.008348">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:38.319137" elapsed="0.010855">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:38.238365" elapsed="0.091798">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:40.350518" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:40.351830" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:40.352592" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:40.331870" elapsed="0.020794"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:40.359879" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:40.353226" elapsed="0.010585"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:40.370047" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:40.366416" elapsed="0.006034">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.372701" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.372907" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.373106" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.373315" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.373519" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.373798" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:40.373617" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:40.373597" elapsed="0.000286"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.374161" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:40.373984" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:40.373964" elapsed="0.000276"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:40.374481" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:40.374308" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:40.374291" elapsed="0.000267"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:40.366209" elapsed="0.008412">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:40.363882" elapsed="0.010885">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:40.331228" elapsed="0.043755">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:42.397914" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:42.399613" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:42.400240" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:42.377323" elapsed="0.023020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:42.406820" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:42.400908" elapsed="0.009023"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:42.417247" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:42.413583" elapsed="0.006356">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.420266" elapsed="0.000044"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.420512" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.420716" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.420919" elapsed="0.000022"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.421162" elapsed="0.000088"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.421553" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:42.421363" elapsed="0.000259"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:42.421338" elapsed="0.000310"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.421904" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:42.421729" elapsed="0.000230"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:42.421710" elapsed="0.000271"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:42.422229" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:42.422036" elapsed="0.000266"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:42.422018" elapsed="0.000307"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:42.413324" elapsed="0.009281">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:42.410024" elapsed="0.012765">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:42.376376" elapsed="0.046604">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:44.445014" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:44.446179" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:44.446808" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:44.425556" elapsed="0.021316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:44.453919" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:44.447407" elapsed="0.011146"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:44.464580" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:44.461172" elapsed="0.005973">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.467431" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.467639" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.467849" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.468045" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.468243" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.468546" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:44.468357" elapsed="0.000244"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:44.468336" elapsed="0.000298"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.468860" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:44.468688" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:44.468673" elapsed="0.000263"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:44.469168" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:44.468988" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:44.468973" elapsed="0.000270"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:44.460988" elapsed="0.008332">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:44.458619" elapsed="0.010897">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:44.424577" elapsed="0.045114">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:46.492018" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:46.493685" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:46.494348" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:46.472106" elapsed="0.022293"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:46.499687" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:46.494826" elapsed="0.008034"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:46.509908" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:46.506467" elapsed="0.006478">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.513346" elapsed="0.000036"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.513625" elapsed="0.000029"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.513893" elapsed="0.000028"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.514156" elapsed="0.000027"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.514444" elapsed="0.000030"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.514834" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:46.514584" elapsed="0.000323"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:46.514553" elapsed="0.000389"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.515246" elapsed="0.000048"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:46.515015" elapsed="0.000326"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:46.514994" elapsed="0.000380"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:46.515687" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:46.515447" elapsed="0.000313"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:46.515426" elapsed="0.000364"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:46.506242" elapsed="0.009637">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:46.502955" elapsed="0.013117">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:46.471158" elapsed="0.045164">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:48.536940" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:48.537675" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:48.538060" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:48.518700" elapsed="0.019401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:48.542296" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:48.538455" elapsed="0.006934"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:48.552701" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:48.549236" elapsed="0.006063">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.555560" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.555765" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.555964" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.556161" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.556379" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.556692" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:48.556481" elapsed="0.000267"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:48.556460" elapsed="0.000314"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.557000" elapsed="0.000025"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:48.556829" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:48.556813" elapsed="0.000270"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:48.557321" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:48.557135" elapsed="0.000242"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:48.557120" elapsed="0.000280"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:48.549030" elapsed="0.008434">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:48.545655" elapsed="0.011953">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:48.517695" elapsed="0.040087">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:50.577371" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:50.578482" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:50.579039" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:50.560534" elapsed="0.018566"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:50.585428" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:50.579625" elapsed="0.008922"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:50.595851" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:50.592109" elapsed="0.006247">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.598600" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.598801" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.598995" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.599187" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.599399" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.599675" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:50.599499" elapsed="0.000231"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:50.599478" elapsed="0.000277"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.599976" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:50.599808" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:50.599792" elapsed="0.000275"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:50.600303" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:50.600119" elapsed="0.000239"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:50.600104" elapsed="0.000276"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:50.591810" elapsed="0.008634">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:50.588635" elapsed="0.011968">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:50.559469" elapsed="0.041308">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:52.625380" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:52.626675" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:52.627471" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:52.605010" elapsed="0.022534"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:52.632497" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:52.628244" elapsed="0.007440"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:52.643193" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:52.639365" elapsed="0.006651">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.646311" elapsed="0.000030"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.646531" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.646728" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.646925" elapsed="0.000033"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.647177" elapsed="0.000024"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.647512" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:52.647318" elapsed="0.000271"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:52.647286" elapsed="0.000333"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.647851" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:52.647677" elapsed="0.000306"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:52.647661" elapsed="0.000346"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:52.648236" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:52.648063" elapsed="0.000251"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:52.648047" elapsed="0.000291"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:52.639070" elapsed="0.009335">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:52.635783" elapsed="0.012779">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:52.603537" elapsed="0.045219">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:54.673325" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:54.674536" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:54.675227" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:54.651218" elapsed="0.024108"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:54.682436" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:54.675888" elapsed="0.009708"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:54.691702" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:54.688287" elapsed="0.006212">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.694745" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.694947" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.695198" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.695435" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.695642" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.695944" elapsed="0.000027"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:54.695743" elapsed="0.000272"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:54.695722" elapsed="0.000325"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.696307" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:54.696118" elapsed="0.000256"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:54.696100" elapsed="0.000302"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:54.696627" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:54.696457" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:54.696441" elapsed="0.000262"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:54.688054" elapsed="0.008713">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:54.685674" elapsed="0.011233">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:54.650205" elapsed="0.046872">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:56.718028" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:56.718999" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:56.719688" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:56.699488" elapsed="0.020269"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:56.727071" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:56.720358" elapsed="0.008951"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:56.735452" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:56.732002" elapsed="0.006214">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.738503" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.738726" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.738926" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.739126" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.739342" elapsed="0.000028"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.739631" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:56.739451" elapsed="0.000234"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:56.739430" elapsed="0.000281"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.739935" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:56.739765" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:56.739750" elapsed="0.000261"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:56.740233" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:56.740063" elapsed="0.000237"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:56.740048" elapsed="0.000275"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:56.731768" elapsed="0.008620">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:56.729385" elapsed="0.011153">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:56.698479" elapsed="0.042231">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:15:58.765872" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:15:58.767174" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:15:58.767890" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:15:58.743329" elapsed="0.024630"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:15:58.775502" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:15:58.768700" elapsed="0.010032"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:15:58.787159" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:15:58.782403" elapsed="0.007561">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.790432" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.790641" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.790844" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.791037" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.791233" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.791525" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:58.791349" elapsed="0.000230"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:58.791327" elapsed="0.000278"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.791828" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:58.791659" elapsed="0.000223"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:58.791643" elapsed="0.000261"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:15:58.792130" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:15:58.791956" elapsed="0.000228"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:15:58.791941" elapsed="0.000265"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:15:58.782108" elapsed="0.010199">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:15:58.778829" elapsed="0.013630">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:15:58.742060" elapsed="0.050573">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:00.814922" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:00.816071" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:00.816707" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:00.794897" elapsed="0.021872"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:00.823231" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:00.817323" elapsed="0.008202"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:00.832009" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:00.828351" elapsed="0.006484">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.835122" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.835349" elapsed="0.000029"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.835596" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.835797" elapsed="0.000027"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.836003" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.836299" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:00.836106" elapsed="0.000250"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:00.836082" elapsed="0.000299"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.836607" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:00.836435" elapsed="0.000227"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:00.836420" elapsed="0.000265"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:00.836908" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:00.836738" elapsed="0.000224"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:00.836722" elapsed="0.000262"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:00.828074" elapsed="0.008973">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:00.825601" elapsed="0.011594">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:00.794001" elapsed="0.043383">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:02.862248" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:02.862808" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:02.863111" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:02.839834" elapsed="0.023307"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:02.867185" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:02.863452" elapsed="0.008633"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:02.879223" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:02.875671" elapsed="0.007276">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.883378" elapsed="0.000039"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.883692" elapsed="0.000032"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.883994" elapsed="0.000030"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.884308" elapsed="0.000031"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.884612" elapsed="0.000032"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.885027" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:02.884763" elapsed="0.000343"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:02.884730" elapsed="0.000416"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.885527" elapsed="0.000031"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:02.885224" elapsed="0.000384"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:02.885202" elapsed="0.000440"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:02.885968" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:02.885718" elapsed="0.000327"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:02.885696" elapsed="0.000382"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:02.875476" elapsed="0.010697">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:02.872222" elapsed="0.014172">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:02.838869" elapsed="0.047773">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:04.908382" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:04.909687" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:04.910340" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:04.889028" elapsed="0.021381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:04.915859" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:04.910901" elapsed="0.008041"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:04.926385" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:04.922510" elapsed="0.006615">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.929390" elapsed="0.000025"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.929598" elapsed="0.000027"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.929810" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.930009" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.930208" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.930501" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:04.930321" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:04.930300" elapsed="0.000281"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.930821" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:04.930636" elapsed="0.000240"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:04.930620" elapsed="0.000278"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:04.931122" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:04.930951" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:04.930936" elapsed="0.000262"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:04.922239" elapsed="0.009021">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:04.919026" elapsed="0.012394">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:04.888070" elapsed="0.043521">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:06.952227" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:06.953605" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:06.954196" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:06.933982" elapsed="0.020280"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:06.961304" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:06.955093" elapsed="0.008453"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:06.969784" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:06.966325" elapsed="0.006240">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.972837" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.973042" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.973242" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.973464" elapsed="0.000026"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.973681" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.973962" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:06.973779" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:06.973759" elapsed="0.000284"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.974296" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:06.974099" elapsed="0.000256"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:06.974084" elapsed="0.000294"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:06.974614" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:06.974432" elapsed="0.000238"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:06.974416" elapsed="0.000277"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:06.966119" elapsed="0.008638">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:06.963628" elapsed="0.011270">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:06.932994" elapsed="0.042075">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:09.028182" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:09.029390" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:09.030208" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:08.977335" elapsed="0.052964"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:09.035681" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:09.030861" elapsed="0.007908"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:09.046692" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:09.042544" elapsed="0.006933">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.049760" elapsed="0.000024"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.049963" elapsed="0.000020"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.050156" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.050364" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.050570" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.050853" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:09.050674" elapsed="0.000233"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:09.050651" elapsed="0.000282"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.051158" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:09.050987" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:09.050972" elapsed="0.000264"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:09.051475" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:09.051303" elapsed="0.000226"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:09.051287" elapsed="0.000264"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:09.042211" elapsed="0.009402">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:09.038870" elapsed="0.012889">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:08.976444" elapsed="0.075488">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:11.072935" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:11.074099" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:11.074933" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:11.054623" elapsed="0.020374"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:11.081909" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:11.075650" elapsed="0.010018"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:11.092118" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:11.088550" elapsed="0.006330">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.095177" elapsed="0.000027"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.095403" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.095651" elapsed="0.000022"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.095861" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.096066" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.096378" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:11.096175" elapsed="0.000261"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:11.096150" elapsed="0.000315"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.096694" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:11.096521" elapsed="0.000229"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:11.096505" elapsed="0.000268"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:11.096996" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:11.096825" elapsed="0.000225"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:11.096810" elapsed="0.000263"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:11.088265" elapsed="0.008875">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:11.085758" elapsed="0.011550">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:11.053672" elapsed="0.043823">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:13.120155" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:13.121506" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:13.122240" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:13.099911" elapsed="0.022434"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:13.129716" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:13.122992" elapsed="0.010062"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:13.139006" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:13.135657" elapsed="0.006076">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.141982" elapsed="0.000023"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.142185" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.142398" elapsed="0.000021"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.142597" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.142799" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.143118" elapsed="0.000024"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:13.142900" elapsed="0.000277"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:13.142878" elapsed="0.000326"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.143449" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:13.143259" elapsed="0.000247"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:13.143243" elapsed="0.000286"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:13.143762" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:13.143582" elapsed="0.000236"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:13.143567" elapsed="0.000274"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:13.135473" elapsed="0.008431">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:13.133126" elapsed="0.010924">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:13.098908" elapsed="0.045316">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Check Linear Topology" owner="FlowLib">
<kw name="GET On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:15.165718" level="INFO">GET Request : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 path_url=/rests/data/network-topology:network-topology?content=nonconfig 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:15.167082" level="INFO">GET Response : url=http://10.30.171.124:8181/rests/data/network-topology:network-topology?content=nonconfig 
 status=200, reason=OK 
 headers={'Cache-Control': 'no-cache', 'Content-Type': 'application/yang-data+xml', 'Transfer-Encoding': 'chunked'} 
 body=&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connec... (set the log level to DEBUG or TRACE to see the full content) 
 </msg>
<msg time="2026-04-10T03:16:15.167970" level="INFO">${resp} = &lt;Response [200]&gt;</msg>
<var>${resp}</var>
<arg>session</arg>
<arg>url=${RFC8040_OPERATIONAL_TOPO_API}</arg>
<arg>expected_status=200</arg>
<doc>Sends a GET request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:15.147165" elapsed="0.020881"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:15.175754" level="INFO">&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;</msg>
<arg>${resp.text}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:15.168678" elapsed="0.010250"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Should Contain" owner="BuiltIn">
<msg time="2026-04-10T03:16:15.188261" level="FAIL">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']/a:node-connector[a:id='openflow:71:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:71']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:74&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:74:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']/a:node-connector[a:id='openflow:74:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:74']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:73&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:73:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']/a:node-connector[a:id='openflow:73:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:73']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:76&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:76:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']/a:node-connector[a:id='openflow:76:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:76']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:75&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:75:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']/a:node-connector[a:id='openflow:75:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:75']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:78&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:78:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']/a:node-connector[a:id='openflow:78:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:78']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:77&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:77:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']/a:node-connector[a:id='openflow:77:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:77']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:79&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:79:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']/a:node-connector[a:id='openflow:79:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:79']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:81&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:81:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']/a:node-connector[a:id='openflow:81:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:81']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:80&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:80:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']/a:node-connector[a:id='openflow:80:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:80']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:61&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:61:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']/a:node-connector[a:id='openflow:61:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:61']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:60&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:60:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']/a:node-connector[a:id='openflow:60:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:60']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:63&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:63:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']/a:node-connector[a:id='openflow:63:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:63']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:62&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:62:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']/a:node-connector[a:id='openflow:62:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:62']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:65&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:65:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']/a:node-connector[a:id='openflow:65:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:65']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:64&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:64:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']/a:node-connector[a:id='openflow:64:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:64']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:67&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:67:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']/a:node-connector[a:id='openflow:67:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:67']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:66&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:66:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']/a:node-connector[a:id='openflow:66:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:66']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:69&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:69:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']/a:node-connector[a:id='openflow:69:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:69']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:68&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:68:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']/a:node-connector[a:id='openflow:68:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:68']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:70&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:70:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']/a:node-connector[a:id='openflow:70:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:70']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:94&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:94:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']/a:node-connector[a:id='openflow:94:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:94']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:93&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:93:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']/a:node-connector[a:id='openflow:93:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:93']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:96&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:96:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']/a:node-connector[a:id='openflow:96:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:96']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:95&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:95:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']/a:node-connector[a:id='openflow:95:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:95']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:98&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:98:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']/a:node-connector[a:id='openflow:98:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:98']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:10&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:10:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']/a:node-connector[a:id='openflow:10:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:10']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:97&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:97:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']/a:node-connector[a:id='openflow:97:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:97']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:12&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:12:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']/a:node-connector[a:id='openflow:12:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:12']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:99&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:99:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']/a:node-connector[a:id='openflow:99:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:99']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:11&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:11:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']/a:node-connector[a:id='openflow:11:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:11']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:14&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:14:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']/a:node-connector[a:id='openflow:14:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:14']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:13&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:13:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']/a:node-connector[a:id='openflow:13:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:13']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:16&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:16:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']/a:node-connector[a:id='openflow:16:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:16']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:15&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:15:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']/a:node-connector[a:id='openflow:15:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:15']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:18&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:18:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']/a:node-connector[a:id='openflow:18:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:18']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:17&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:17:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']/a:node-connector[a:id='openflow:17:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:17']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:19&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:19:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']/a:node-connector[a:id='openflow:19:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:19']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:83&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:83:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']/a:node-connector[a:id='openflow:83:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:83']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:82&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:82:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']/a:node-connector[a:id='openflow:82:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:82']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:85&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:85:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']/a:node-connector[a:id='openflow:85:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:85']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:84&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:84:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']/a:node-connector[a:id='openflow:84:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:84']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:87&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:87:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']/a:node-connector[a:id='openflow:87:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:87']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:86&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:86:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']/a:node-connector[a:id='openflow:86:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:86']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:89&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:89:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']/a:node-connector[a:id='openflow:89:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:89']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:88&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:88:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']/a:node-connector[a:id='openflow:88:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:88']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:90&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:90:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']/a:node-connector[a:id='openflow:90:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:90']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:92&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:92:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']/a:node-connector[a:id='openflow:92:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:92']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:91&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:91:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']/a:node-connector[a:id='openflow:91:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:91']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:30&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:30:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']/a:node-connector[a:id='openflow:30:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:30']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:32&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:32:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']/a:node-connector[a:id='openflow:32:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:32']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:31&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:31:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']/a:node-connector[a:id='openflow:31:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:31']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:34&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:34:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']/a:node-connector[a:id='openflow:34:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:34']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:33&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:33:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']/a:node-connector[a:id='openflow:33:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:33']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:36&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:36:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']/a:node-connector[a:id='openflow:36:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:36']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:35&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:35:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']/a:node-connector[a:id='openflow:35:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:35']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:38&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:38:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']/a:node-connector[a:id='openflow:38:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:38']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:37&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:37:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']/a:node-connector[a:id='openflow:37:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:37']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:39&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:39:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']/a:node-connector[a:id='openflow:39:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:39']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:21&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:21:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']/a:node-connector[a:id='openflow:21:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:21']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:20&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:20:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']/a:node-connector[a:id='openflow:20:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:20']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:23&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:23:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']/a:node-connector[a:id='openflow:23:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:23']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:22&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:22:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']/a:node-connector[a:id='openflow:22:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:22']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:25&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:25:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']/a:node-connector[a:id='openflow:25:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:25']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:24&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:24:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']/a:node-connector[a:id='openflow:24:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:24']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:27&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:27:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']/a:node-connector[a:id='openflow:27:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:27']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:26&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:26:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']/a:node-connector[a:id='openflow:26:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:26']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:29&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:29:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']/a:node-connector[a:id='openflow:29:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:29']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:28&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:28:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']/a:node-connector[a:id='openflow:28:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:28']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:50&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:50:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']/a:node-connector[a:id='openflow:50:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:50']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:52&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:52:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']/a:node-connector[a:id='openflow:52:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:52']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:51&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:51:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']/a:node-connector[a:id='openflow:51:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:51']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:54&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:54:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']/a:node-connector[a:id='openflow:54:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:54']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:6&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:6:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']/a:node-connector[a:id='openflow:6:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:6']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:7&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:7:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']/a:node-connector[a:id='openflow:7:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:7']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:53&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:53:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']/a:node-connector[a:id='openflow:53:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:53']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:8&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:8:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']/a:node-connector[a:id='openflow:8:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:8']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:56&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:56:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']/a:node-connector[a:id='openflow:56:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:56']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:9&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:9:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']/a:node-connector[a:id='openflow:9:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:9']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:55&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:55:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']/a:node-connector[a:id='openflow:55:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:55']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:58&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:58:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']/a:node-connector[a:id='openflow:58:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:58']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:2&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:2:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']/a:node-connector[a:id='openflow:2:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:2']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:3&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:3:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']/a:node-connector[a:id='openflow:3:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:3']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:57&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:57:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']/a:node-connector[a:id='openflow:57:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:57']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:4&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:4:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']/a:node-connector[a:id='openflow:4:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:4']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:5&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:5:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']/a:node-connector[a:id='openflow:5:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:5']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:59&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:59:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']/a:node-connector[a:id='openflow:59:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:59']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:1&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:1:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']/a:node-connector[a:id='openflow:1:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:1']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:41&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:41:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']/a:node-connector[a:id='openflow:41:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:41']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:40&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:40:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']/a:node-connector[a:id='openflow:40:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:40']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:43&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:43:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']/a:node-connector[a:id='openflow:43:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:43']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:42&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:42:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']/a:node-connector[a:id='openflow:42:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:42']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:45&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:45:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']/a:node-connector[a:id='openflow:45:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:45']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:44&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:44:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']/a:node-connector[a:id='openflow:44:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:44']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:47&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:47:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']/a:node-connector[a:id='openflow:47:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:47']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:46&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:46:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']/a:node-connector[a:id='openflow:46:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:46']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:49&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:49:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']/a:node-connector[a:id='openflow:49:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:49']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:48&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:48:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']/a:node-connector[a:id='openflow:48:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:48']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:100&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:100:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']/a:node-connector[a:id='openflow:100:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:100']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:53:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:53&lt;/source-node&gt;&lt;source-tp&gt;openflow:53:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:84:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:84&lt;/source-node&gt;&lt;source-tp&gt;openflow:84:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:65:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:65&lt;/source-node&gt;&lt;source-tp&gt;openflow:65:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:57:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:57&lt;/source-node&gt;&lt;source-tp&gt;openflow:57:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:72:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:72&lt;/source-node&gt;&lt;source-tp&gt;openflow:72:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:32:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:32&lt;/source-node&gt;&lt;source-tp&gt;openflow:32:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:1:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:1&lt;/source-node&gt;&lt;source-tp&gt;openflow:1:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:28:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:28&lt;/source-node&gt;&lt;source-tp&gt;openflow:28:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:98:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:98&lt;/source-node&gt;&lt;source-tp&gt;openflow:98:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:91:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:91&lt;/source-node&gt;&lt;source-tp&gt;openflow:91:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:15:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:15&lt;/source-node&gt;&lt;source-tp&gt;openflow:15:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:49:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:49&lt;/source-node&gt;&lt;source-tp&gt;openflow:49:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:41:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:41&lt;/source-node&gt;&lt;source-tp&gt;openflow:41:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:40:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:40&lt;/source-node&gt;&lt;source-tp&gt;openflow:40:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:97:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:97&lt;/source-node&gt;&lt;source-tp&gt;openflow:97:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:66:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:66&lt;/source-node&gt;&lt;source-tp&gt;openflow:66:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:58:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:58&lt;/source-node&gt;&lt;source-tp&gt;openflow:58:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:73:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:73&lt;/source-node&gt;&lt;source-tp&gt;openflow:73:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:63:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:63&lt;/source-node&gt;&lt;source-tp&gt;openflow:63:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:64:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:64&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:60:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:60&lt;/source-node&gt;&lt;source-tp&gt;openflow:60:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:59:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:59&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:16:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:16&lt;/source-node&gt;&lt;source-tp&gt;openflow:16:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:40:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:40&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:41:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:41&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:39:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:39&lt;/source-node&gt;&lt;source-tp&gt;openflow:39:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:42:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:42&lt;/source-node&gt;&lt;source-tp&gt;openflow:42:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:97:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:97&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:8:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:8&lt;/source-node&gt;&lt;source-tp&gt;openflow:8:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:17:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:17&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:74:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:74&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:18:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:18&lt;/source-node&gt;&lt;source-tp&gt;openflow:18:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:75:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:75&lt;/source-node&gt;&lt;source-tp&gt;openflow:75:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:21:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:21&lt;/source-node&gt;&lt;source-tp&gt;openflow:21:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:13:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:13&lt;/source-node&gt;&lt;source-tp&gt;openflow:13:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:14:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:14&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:46:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:46&lt;/source-node&gt;&lt;source-tp&gt;openflow:46:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:98:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:98&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:12:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:12&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:52:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:52&lt;/source-node&gt;&lt;source-tp&gt;openflow:52:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:99:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:99&lt;/source-node&gt;&lt;source-tp&gt;openflow:99:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:100:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:100&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:48:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:48&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:81:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:81&lt;/source-node&gt;&lt;source-tp&gt;openflow:81:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:11:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:11&lt;/source-node&gt;&lt;source-tp&gt;openflow:11:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:96:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:96&lt;/source-node&gt;&lt;source-tp&gt;openflow:96:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:47:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:47&lt;/source-node&gt;&lt;source-tp&gt;openflow:47:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:70:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:70&lt;/source-node&gt;&lt;source-tp&gt;openflow:70:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:71:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:71&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:90:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:90&lt;/source-node&gt;&lt;source-tp&gt;openflow:90:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:29:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:29&lt;/source-node&gt;&lt;source-tp&gt;openflow:29:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:83:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:83&lt;/source-node&gt;&lt;source-tp&gt;openflow:83:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:82:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:82&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:82:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:82&lt;/source-node&gt;&lt;source-tp&gt;openflow:82:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:83:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:83&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:1:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:1&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:50:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:50&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:2:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:2&lt;/source-node&gt;&lt;source-tp&gt;openflow:2:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:77:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:77&lt;/source-node&gt;&lt;source-tp&gt;openflow:77:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:76:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:76&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:68:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:68&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:64:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:64&lt;/source-node&gt;&lt;source-tp&gt;openflow:64:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:65:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:65&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:11:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:11&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:51:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:51&lt;/source-node&gt;&lt;source-tp&gt;openflow:51:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:52:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:52&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:78:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:78&lt;/source-node&gt;&lt;source-tp&gt;openflow:78:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:43:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:43&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:47:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:47&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:69:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:69&lt;/source-node&gt;&lt;source-tp&gt;openflow:69:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:7:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:7&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:10:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:10&lt;/source-node&gt;&lt;source-tp&gt;openflow:10:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:9:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:9&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:44:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:44&lt;/source-node&gt;&lt;source-tp&gt;openflow:44:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:45:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:45&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:48:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:48&lt;/source-node&gt;&lt;source-tp&gt;openflow:48:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:36:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:36&lt;/source-node&gt;&lt;source-tp&gt;openflow:36:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:35:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:35&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:22:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:22&lt;/source-node&gt;&lt;source-tp&gt;openflow:22:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:6:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:6&lt;/source-node&gt;&lt;source-tp&gt;openflow:6:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:77:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:77&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:5:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:5&lt;/source-node&gt;&lt;source-tp&gt;openflow:5:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:21:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:21&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:92:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:92&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:8:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:8&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:85:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:85&lt;/source-node&gt;&lt;source-tp&gt;openflow:85:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:84:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:84&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:9:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:9&lt;/source-node&gt;&lt;source-tp&gt;openflow:9:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:10:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:10&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:95:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:95&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:20:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:20&lt;/source-node&gt;&lt;source-tp&gt;openflow:20:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:19:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:19&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:24:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:24&lt;/source-node&gt;&lt;source-tp&gt;openflow:24:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:23:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:23&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:93:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:93&lt;/source-node&gt;&lt;source-tp&gt;openflow:93:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:53:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:53&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:38:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:38&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:94:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:94&lt;/source-node&gt;&lt;source-tp&gt;openflow:94:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:54:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:54&lt;/source-node&gt;&lt;source-tp&gt;openflow:54:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:55:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:55&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:34:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:34&lt;/source-node&gt;&lt;source-tp&gt;openflow:34:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:33:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:33&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:45:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:45&lt;/source-node&gt;&lt;source-tp&gt;openflow:45:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:46:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:46&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:80:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:80&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:89:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:89&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:76:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:76&lt;/source-node&gt;&lt;source-tp&gt;openflow:76:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:37:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:37&lt;/source-node&gt;&lt;source-tp&gt;openflow:37:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:27:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:27&lt;/source-node&gt;&lt;source-tp&gt;openflow:27:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:28:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:28&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:91:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:91&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:7:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:7&lt;/source-node&gt;&lt;source-tp&gt;openflow:7:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:6:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:6&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:19:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:19&lt;/source-node&gt;&lt;source-tp&gt;openflow:19:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:20:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:20&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:79:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:79&lt;/source-node&gt;&lt;source-tp&gt;openflow:79:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:78:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:78&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:12:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:12&lt;/source-node&gt;&lt;source-tp&gt;openflow:12:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:88:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:88&lt;/source-node&gt;&lt;source-tp&gt;openflow:88:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:58:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:58&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:62:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:62&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:96:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:96&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:5:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:5&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:24:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:24&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:92:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:92&lt;/source-node&gt;&lt;source-tp&gt;openflow:92:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:93:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:93&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:86:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:86&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:81:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:81&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:59:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:59&lt;/source-node&gt;&lt;source-tp&gt;openflow:59:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:95:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:95&lt;/source-node&gt;&lt;source-tp&gt;openflow:95:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:94:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:94&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:4:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:4&lt;/source-node&gt;&lt;source-tp&gt;openflow:4:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:3:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:3&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:67:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:67&lt;/source-node&gt;&lt;source-tp&gt;openflow:67:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:66:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:66&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:80:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:80&lt;/source-node&gt;&lt;source-tp&gt;openflow:80:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:79:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:79&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:18:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:18&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:37:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:37&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:73:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:73&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:54:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:54&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:17:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:17&lt;/source-node&gt;&lt;source-tp&gt;openflow:17:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:16:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:16&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:61:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:61&lt;/source-node&gt;&lt;source-tp&gt;openflow:61:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:60:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:60&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:31:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:31&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:25:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:25&lt;/source-node&gt;&lt;source-tp&gt;openflow:25:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:26:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:26&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:55:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:55&lt;/source-node&gt;&lt;source-tp&gt;openflow:55:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:56:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:56&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:33:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:33&lt;/source-node&gt;&lt;source-tp&gt;openflow:33:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:87:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:87&lt;/source-node&gt;&lt;source-tp&gt;openflow:87:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:88:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:88&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:63:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:63&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:72:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:72&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:67:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:67&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:30:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:30&lt;/source-node&gt;&lt;source-tp&gt;openflow:30:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:29:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:29&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:27:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:27&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:13:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:13&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:51:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:51&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:2:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:2&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:62:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:62&lt;/source-node&gt;&lt;source-tp&gt;openflow:62:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:61:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:61&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:38:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:38&lt;/source-node&gt;&lt;source-tp&gt;openflow:38:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:39:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:39&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:42:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:42&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:71:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:71&lt;/source-node&gt;&lt;source-tp&gt;openflow:71:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:70:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:70&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:68:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:68&lt;/source-node&gt;&lt;source-tp&gt;openflow:68:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:69:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:69&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:74:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:74&lt;/source-node&gt;&lt;source-tp&gt;openflow:74:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:75:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:75&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:26:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:26&lt;/source-node&gt;&lt;source-tp&gt;openflow:26:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:25:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:25&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:89:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:89&lt;/source-node&gt;&lt;source-tp&gt;openflow:89:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:90:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:90&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:3:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:3&lt;/source-node&gt;&lt;source-tp&gt;openflow:3:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:4:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:4&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:43:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:43&lt;/source-node&gt;&lt;source-tp&gt;openflow:43:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:44:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:44&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:56:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:56&lt;/source-node&gt;&lt;source-tp&gt;openflow:56:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:57:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:57&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:30:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:30&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:34:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:34&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:23:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:23&lt;/source-node&gt;&lt;source-tp&gt;openflow:23:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:22:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:22&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${resp.text}</arg>
<arg>"node-id":"openflow:${switch}"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="FAIL" start="2026-04-10T03:16:15.182795" elapsed="0.009517">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:1"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.192710" elapsed="0.000039"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.193005" elapsed="0.000031"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.193301" elapsed="0.000031"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:2"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.193576" elapsed="0.000030"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${edge}</var>
<arg>${switch}==1 or ${switch}==${switches}</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.193871" elapsed="0.000032"/>
</kw>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"tp-id":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.194318" elapsed="0.000035"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:15.194012" elapsed="0.000393"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.193981" elapsed="0.000460"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"source-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.194807" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:15.194517" elapsed="0.000369"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.194495" elapsed="0.000422"/>
</if>
<if>
<branch type="IF" condition="not ${edge}">
<kw name="Should Contain" owner="BuiltIn">
<arg>${resp.text}</arg>
<arg>"dest-tp":"openflow:${switch}:3"</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.195309" elapsed="0.000036"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:15.195000" elapsed="0.000396"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.194967" elapsed="0.000462"/>
</if>
<var name="${switch}">1</var>
<status status="FAIL" start="2026-04-10T03:16:15.182491" elapsed="0.013024">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</iter>
<var>${switch}</var>
<value>1</value>
<value>${switches+1}</value>
<status status="FAIL" start="2026-04-10T03:16:15.179024" elapsed="0.016674">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</for>
<arg>${switches}</arg>
<doc>Check Linear topology.</doc>
<status status="FAIL" start="2026-04-10T03:16:15.145883" elapsed="0.049987">'&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<msg time="2026-04-10T03:16:15.196049" level="FAIL">Keyword 'FlowLib.Check Linear Topology' failed after retrying for 1 minute 40 seconds. The last error was: '&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']&lt;/inventory-node-ref&gt;&lt;/node&gt;&lt;node&gt;&lt;node-id&gt;openflow:71&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:71...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</msg>
<arg>${switches}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Linear Topology</arg>
<arg>${switches}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="FAIL" start="2026-04-10T03:14:34.720233" elapsed="100.475997">Keyword 'FlowLib.Check Linear Topology' failed after retrying for 1 minute 40 seconds. The last error was: '&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id&gt;flow:1&lt;/topology-id&gt;&lt;node&gt;&lt;node-id&gt;openflow:72&lt;/node-id&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:3&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:3']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:2&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:2']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:1&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:1']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;termination-point&gt;&lt;tp-id&gt;openflow:72:LOCAL&lt;/tp-id&gt;&lt;inventory-node-connector-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflow:72']/a:node-connector[a:id='openflow:72:LOCAL']&lt;/inventory-node-connector-ref&gt;&lt;/termination-point&gt;&lt;inventory-node-ref xmlns="urn:opendaylight:model:topology:inventory" xmlns:a="urn:opendaylight:inventory"&gt;/a:nodes/a:node[a:id='openflo...
    [ Message content over the limit has been removed. ]
...source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:87:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:87&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:100:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:100&lt;/source-node&gt;&lt;source-tp&gt;openflow:100:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:99:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:99&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:31:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:31&lt;/source-node&gt;&lt;source-tp&gt;openflow:31:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:32:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:32&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:35:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:35&lt;/source-node&gt;&lt;source-tp&gt;openflow:35:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:36:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:36&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:14:3&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:14&lt;/source-node&gt;&lt;source-tp&gt;openflow:14:3&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:15:2&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:15&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:86:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:86&lt;/source-node&gt;&lt;source-tp&gt;openflow:86:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:85:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:85&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;link&gt;&lt;link-id&gt;openflow:50:2&lt;/link-id&gt;&lt;source&gt;&lt;source-node&gt;openflow:50&lt;/source-node&gt;&lt;source-tp&gt;openflow:50:2&lt;/source-tp&gt;&lt;/source&gt;&lt;destination&gt;&lt;dest-tp&gt;openflow:49:3&lt;/dest-tp&gt;&lt;dest-node&gt;openflow:49&lt;/dest-node&gt;&lt;/destination&gt;&lt;/link&gt;&lt;/topology&gt;&lt;/network-topology&gt;' does not contain '"node-id":"openflow:1"'</status>
</kw>
<msg time="2026-04-10T03:16:15.196433" level="INFO">${status} = FAIL</msg>
<msg time="2026-04-10T03:16:15.196480" level="INFO">${result} = Keyword 'FlowLib.Check Linear Topology' failed after retrying for 1 minute 40 seconds. The last error was: '&lt;network-topology xmlns="urn:TBD:params:xml:ns:yang:network-topology"&gt;&lt;topology&gt;&lt;topology-id...</msg>
<var>${status}</var>
<var>${result}</var>
<arg>Wait Until Keyword Succeeds</arg>
<arg>${switches}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Linear Topology</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:14:34.719820" elapsed="100.476687"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking topology</value>
<value>${topology_discover_time}</value>
<status status="PASS" start="2026-04-10T03:16:15.196717" elapsed="0.000033"/>
</return>
<status status="PASS" start="2026-04-10T03:16:15.196593" elapsed="0.000196"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:15.196575" elapsed="0.000238"/>
</if>
<kw name="Get Current Date" owner="DateTime">
<var>${end_time}</var>
<arg>result_format=timestamp</arg>
<doc>Returns current local or UTC time with an optional increment.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.196981" elapsed="0.000020"/>
</kw>
<kw name="Subtract Date From Date" owner="DateTime">
<var>${topology_discover_time}</var>
<arg>${end_time}</arg>
<arg>${start_time}</arg>
<doc>Subtracts date from another date and returns time between.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.197154" elapsed="0.000020"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>Topology Discovery Time = ${topology_discover_time} seconds</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.197377" elapsed="0.000021"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>Adding ${flow_count} flows</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.197589" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>ScaleClient.Configure Flows</arg>
<arg>flow_details=${flows}</arg>
<arg>controllers=${controller_list}</arg>
<arg>nrthreads=${nrthreads}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.197805" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail configuring flows</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.197938" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.197903" elapsed="0.000081"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.197885" elapsed="0.000120"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking ${flow_count} flows in Mininet</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.198175" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>MininetKeywords.Verify Aggregate Flow From Mininet Session</arg>
<arg>${mininet_conn_id}</arg>
<arg>${flows_after}</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.198397" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking flows in mininet</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.198530" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.198494" elapsed="0.000082"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.198478" elapsed="0.000119"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking ${flow_count} flows in Operational DS</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.198811" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>Wait Until Keyword Succeeds</arg>
<arg>${switches*4}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Flows Operational Datastore</arg>
<arg>${flows_after}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.199021" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking flows in operational DS</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.199154" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.199119" elapsed="0.000080"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.199103" elapsed="0.000117"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Sleep for ${sustain_time} seconds</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.199405" elapsed="0.000021"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<arg>${sustain_time}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.199595" elapsed="0.000019"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>Deleting ${flow_count} flows</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.199797" elapsed="0.000035"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>ScaleClient.Deconfigure Flows</arg>
<arg>flow_details=${flows}</arg>
<arg>controllers=${controller_list}</arg>
<arg>nrthreads=${nrthreads}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.200108" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail deconfiguring flows</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.200249" elapsed="0.000056"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.200209" elapsed="0.000141"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.200187" elapsed="0.000185"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking no flows in Mininet</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.200553" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>MininetKeywords.Verify Aggregate Flow From Mininet Session</arg>
<arg>${mininet_conn_id}</arg>
<arg>${flows_before}</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.200761" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking no flows in mininet</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.200890" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.200855" elapsed="0.000080"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.200839" elapsed="0.000117"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking no flows in Operational DS</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.201123" elapsed="0.000020"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>Wait Until Keyword Succeeds</arg>
<arg>${switches*4}</arg>
<arg>2s</arg>
<arg>FlowLib.Check Flows Operational Datastore</arg>
<arg>${flows_before}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.201370" elapsed="0.000022"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking no flows in operational DS</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.201588" elapsed="0.000012"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.201551" elapsed="0.000104"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.201529" elapsed="0.000159"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Stopping Mininet</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.201866" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>MininetKeywords.Stop Mininet And Exit</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.202120" elapsed="0.000030"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail stopping mininet</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.202536" elapsed="0.000017"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.202483" elapsed="0.000108"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.202208" elapsed="0.000405"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking No Switches</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.202841" elapsed="0.000023"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>Wait Until Keyword Succeeds</arg>
<arg>30s</arg>
<arg>2s</arg>
<arg>FlowLib.Check No Switches In Inventory</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.203056" elapsed="0.000021"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking no switch</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.203194" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.203158" elapsed="0.000082"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.203141" elapsed="0.000121"/>
</if>
<kw name="Log To Console" owner="BuiltIn">
<arg>Checking No Topology</arg>
<doc>Logs the given message to the console.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.203452" elapsed="0.000022"/>
</kw>
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<var>${status}</var>
<var>${result}</var>
<arg>Wait Until Keyword Succeeds</arg>
<arg>10s</arg>
<arg>2s</arg>
<arg>FlowLib.Check No Switches In Topology</arg>
<arg>${switches}</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.203661" elapsed="0.000027"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<return>
<value>${status}</value>
<value>Fail checking no topology</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.203800" elapsed="0.000013"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:15.203766" elapsed="0.000079"/>
</branch>
<status status="NOT RUN" start="2026-04-10T03:16:15.203750" elapsed="0.000116"/>
</if>
<return>
<value>PASS</value>
<value>${error_message}</value>
<value>${topology_discover_time}</value>
<status status="NOT RUN" start="2026-04-10T03:16:15.203896" elapsed="0.000013"/>
</return>
<msg time="2026-04-10T03:16:15.204106" level="INFO">${status} = FAIL</msg>
<msg time="2026-04-10T03:16:15.204153" level="INFO">${error_message} = Fail checking topology</msg>
<msg time="2026-04-10T03:16:15.204198" level="INFO">${topology_discover_time} = 0</msg>
<var>${status}</var>
<var>${error_message}</var>
<var>${topology_discover_time}</var>
<arg>${switches}</arg>
<doc>Workflow to bring a Linear topology of 100 switches, push flows, hold for ${sustain_time} seconds, delete flows and stop topology.
This KW returns workflow state (PASS/FAIL), error message and topology discover time.</doc>
<status status="PASS" start="2026-04-10T03:14:09.161133" elapsed="126.043089"/>
</kw>
<if>
<branch type="IF" condition="'${status}' == 'FAIL'">
<break>
<status status="PASS" start="2026-04-10T03:16:15.204433" elapsed="0.000041"/>
</break>
<status status="PASS" start="2026-04-10T03:16:15.204314" elapsed="0.000206"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:15.204296" elapsed="0.000248"/>
</if>
<kw name="Set Variable" owner="BuiltIn">
<var>${maximum_switches}</var>
<arg>${switches}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.204734" elapsed="0.000022"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${discover_time}</var>
<arg>${topology_discover_time}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.204971" elapsed="0.000025"/>
</kw>
<var name="${switches}">100</var>
<status status="PASS" start="2026-04-10T03:14:09.156138" elapsed="126.048898"/>
</iter>
<var>${switches}</var>
<value>${start}</value>
<value>${stop+1}</value>
<value>${step}</value>
<status status="PASS" start="2026-04-10T03:14:09.153687" elapsed="126.051383"/>
</for>
<kw name="Log To Console" owner="BuiltIn">
<arg>${\n}</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:16:15.205269" elapsed="0.000632"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>Execution stopped because: ${error_message}</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:16:15.206117" elapsed="0.000414"/>
</kw>
<kw name="Log To Console" owner="BuiltIn">
<arg>Max Switches: ${maximum_switches}</arg>
<doc>Logs the given message to the console.</doc>
<status status="PASS" start="2026-04-10T03:16:15.206790" elapsed="0.000376"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:16:15.208012" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/switches.csv"&gt;/w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/switches.csv&lt;/a&gt;'.</msg>
<arg>${SWITCHES_RESULT_FILE}</arg>
<arg>Max Switches\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T03:16:15.207355" elapsed="0.000721"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:16:15.208580" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/switches.csv"&gt;/w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/switches.csv&lt;/a&gt;'.</msg>
<arg>${SWITCHES_RESULT_FILE}</arg>
<arg>${maximum_switches}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T03:16:15.208262" elapsed="0.000372"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:16:15.209098" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/time.csv"&gt;/w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/time.csv&lt;/a&gt;'.</msg>
<arg>${TIME_RESULT_FILE}</arg>
<arg>Discover Time\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T03:16:15.208801" elapsed="0.000353"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-04-10T03:16:15.209792" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/time.csv"&gt;/w/workspace/openflowplugin-csit-1node-scale-switch-only-vanadium/time.csv&lt;/a&gt;'.</msg>
<arg>${TIME_RESULT_FILE}</arg>
<arg>${discover_time}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-04-10T03:16:15.209490" elapsed="0.000358"/>
</kw>
<doc>Find max number of switches starting from 100 till reaching 800 in steps of 100</doc>
<status status="PASS" start="2026-04-10T03:14:09.147957" elapsed="126.062027"/>
</test>
<kw name="Workflow Teardown" owner="WorkflowsOpenFlow" type="TEARDOWN">
<kw name="Run Keyword And Ignore Error" owner="BuiltIn">
<kw name="DELETE On Session" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:15.221910" level="INFO">DELETE Request : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes 
 path_url=/rests/data/opendaylight-inventory:nodes 
 headers={'User-Agent': 'python-requests/2.33.1', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive', 'Content-Type': 'application/xml', 'Cookie': 'JSESSIONID=node01777miztpve6c1ntme6boxmd0z0.node0', 'Content-Length': '0', 'Authorization': 'Basic YWRtaW46YWRtaW4='} 
 body=None 
 </msg>
<msg time="2026-04-10T03:16:15.221961" level="INFO">DELETE Response : url=http://10.30.171.124:8181/rests/data/opendaylight-inventory:nodes 
 status=204, reason=No Content 
 headers={} 
 body=None 
 </msg>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}</arg>
<arg>expected_status=anything</arg>
<doc>Sends a DELETE request on a previously created HTTP Session.</doc>
<status status="PASS" start="2026-04-10T03:16:15.211944" elapsed="0.010100"/>
</kw>
<arg>RequestsLibrary.DELETE On Session</arg>
<arg>session</arg>
<arg>url=${RFC8040_NODES_API}</arg>
<arg>expected_status=anything</arg>
<doc>Runs the given keyword with the given arguments and ignores possible error.</doc>
<status status="PASS" start="2026-04-10T03:16:15.211555" elapsed="0.010549"/>
</kw>
<kw name="Clean Mininet System" owner="Utils">
<kw name="Run Command On Mininet" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:15.224672" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:15.224349" elapsed="0.000382"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:15.224320" elapsed="0.000436"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:16:15.225059" level="INFO">index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-10T03:16:15.225192" level="INFO">${current_ssh_connection} = index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T03:16:15.224910" elapsed="0.000317"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:15.225842" level="INFO">Attempting to execute command "sudo mn -c" on remote system "10.30.170.93" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:15.225426" elapsed="0.000463"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:16:15.226471" level="INFO">${conn_id} = 10</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:16:15.226052" elapsed="0.000446"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:16:15.227847" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:16:15.227968" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:16:15.227445" elapsed="0.000556"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:15.228229" elapsed="0.000471"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:16:15.229896" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:16:15.873618" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:16:15 UTC 2026

  System load:  0.61               Processes:             316
  Usage of /:   19.3% of 38.58GB   Users logged in:       1
  Memory usage: 7%                 IPv4 address for ens3: 10.30.170.93
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Apr 10 03:14:11 2026 from 10.30.171.158
[?2004h[jenkins@releng-51746-174-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:16:15.229457" elapsed="0.644345"/>
</kw>
<msg time="2026-04-10T03:16:15.873911" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:15.228942" elapsed="0.645090"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:16:15.227049" elapsed="0.647146"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:16:15.874878" level="INFO">Executing command 'sudo mn -c'.</msg>
<msg time="2026-04-10T03:16:24.030396" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-04-10T03:16:24.030679" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T03:16:24.030750" level="INFO">${stderr} = *** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes
killall controller ofprotocol ofdatapath ping nox_corelt-nox_core ovs-openflowd ovs-controllerovs-testcontroller udpbwtest mnexec iv...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T03:16:15.874557" elapsed="8.156348"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:16:24.031255" elapsed="0.000404"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:24.032463" level="INFO">*** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes
killall controller ofprotocol ofdatapath ping nox_corelt-nox_core ovs-openflowd ovs-controllerovs-testcontroller udpbwtest mnexec ivs ryu-manager 2&gt; /dev/null
killall -9 controller ofprotocol ofdatapath ping nox_corelt-nox_core ovs-openflowd ovs-controllerovs-testcontroller udpbwtest mnexec ivs ryu-manager 2&gt; /dev/null
pkill -9 -f "sudo mnexec"
*** Removing junk from /tmp
rm -f /tmp/vconn* /tmp/vlogs* /tmp/*.out /tmp/*.log
*** Removing old X11 tunnels
*** Removing excess kernel datapaths
ps ax | egrep -o 'dp[0-9]+' | sed 's/dp/nl:/'
***  Removing OVS datapaths
ovs-vsctl --timeout=1 list-br
ovs-vsctl --if-exists del-br s1 -- --if-exists del-br s10 -- --if-exists del-br s100 -- --if-exists del-br s11 -- --if-exists del-br s12 -- --if-exists del-br s13 -- --if-exists del-br s14 -- --if-exists del-br s15 -- --if-exists del-br s16 -- --if-exists del-br s17 -- --if-exists del-br s18 -- --if-exists del-br s19 -- --if-exists del-br s2 -- --if-exists del-br s20 -- --if-exists del-br s21 -- --if-exists del-br s22 -- --if-exists del-br s23 -- --if-exists del-br s24 -- --if-exists del-br s25 -- --if-exists del-br s26 -- --if-exists del-br s27 -- --if-exists del-br s28 -- --if-exists del-br s29 -- --if-exists del-br s3 -- --if-exists del-br s30 -- --if-exists del-br s31 -- --if-exists del-br s32 -- --if-exists del-br s33 -- --if-exists del-br s34 -- --if-exists del-br s35 -- --if-exists del-br s36 -- --if-exists del-br s37 -- --if-exists del-br s38 -- --if-exists del-br s39 -- --if-exists del-br s4 -- --if-exists del-br s40 -- --if-exists del-br s41 -- --if-exists del-br s42 -- --if-exists del-br s43 -- --if-exists del-br s44 -- --if-exists del-br s45 -- --if-exists del-br s46 -- --if-exists del-br s47 -- --if-exists del-br s48 -- --if-exists del-br s49 -- --if-exists del-br s5 -- --if-exists del-br s50 -- --if-exists del-br s51 -- --if-exists del-br s52 -- --if-exists del-br s53 -- --if-exists del-br s54 -- --if-exists del-br s55 -- --if-exists del-br s56 -- --if-exists del-br s57 -- --if-exists del-br s58 -- --if-exists del-br s59 -- --if-exists del-br s6 -- --if-exists del-br s60 -- --if-exists del-br s61 -- --if-exists del-br s62 -- --if-exists del-br s63 -- --if-exists del-br s64 -- --if-exists del-br s65 -- --if-exists del-br s66 -- --if-exists del-br s67 -- --if-exists del-br s68 -- --if-exists del-br s69 -- --if-exists del-br s7 -- --if-exists del-br s70 -- --if-exists del-br s71 -- --if-exists del-br s72 -- --if-exists del-br s73 -- --if-exists del-br s74 -- --if-exists del-br s75 -- --if-exists del-br s76 -- --if-exists del-br s77 -- --if-exists del-br s78 -- --if-exists del-br s79 -- --if-exists del-br s8 -- --if-exists del-br s80 -- --if-exists del-br s81 -- --if-exists del-br s82 -- --if-exists del-br s83 -- --if-exists del-br s84 -- --if-exists del-br s85 -- --if-exists del-br s86 -- --if-exists del-br s87 -- --if-exists del-br s88 -- --if-exists del-br s89 -- --if-exists del-br s9 -- --if-exists del-br s90 -- --if-exists del-br s91 -- --if-exists del-br s92 -- --if-exists del-br s93 -- --if-exists del-br s94 -- --if-exists del-br s95 -- --if-exists del-br s96 -- --if-exists del-br s97 -- --if-exists del-br s98 -- --if-exists del-br s99
ovs-vsctl --timeout=1 list-br
*** Removing all links of the pattern foo-ethX
ip link show | egrep -o '([-_.[:alnum:]]+-eth[[:digit:]]+)'
( ip link del s78-eth2;ip link del s77-eth3;ip link del s78-eth3;ip link del s79-eth2;ip link del s79-eth2;ip link del s78-eth3;ip link del s79-eth3;ip link del s80-eth2;ip link del s1-eth1;ip link del s80-eth2;ip link del s79-eth3;ip link del s2-eth1;ip link del s80-eth3;ip link del s81-eth2;ip link del s3-eth1;ip link del s81-eth2;ip link del s80-eth3;ip link del s4-eth1;ip link del s81-eth3;ip link del s82-eth2;ip link del s5-eth1;ip link del s82-eth2;ip link del s81-eth3;ip link del s6-eth1;ip link del s82-eth3;ip link del s83-eth2;ip link del s7-eth1;ip link del s83-eth2;ip link del s82-eth3;ip link del s8-eth1;ip link del s83-eth3;ip link del s84-eth2;ip link del s9-eth1;ip link del s84-eth2;ip link del s83-eth3;ip link del s10-eth1;ip link del s84-eth3;ip link del s85-eth2;ip link del s11-eth1;ip link del s85-eth2;ip link del s84-eth3;ip link del s12-eth1;ip link del s85-eth3;ip link del s86-eth2;ip link del s13-eth1;ip link del s86-eth2;ip link del s85-eth3;ip link del s14-eth1;ip link del s86-eth3;ip link del s87-eth2;ip link del s15-eth1;ip link del s87-eth2;ip link del s86-eth3;ip link del s16-eth1;ip link del s87-eth3;ip link del s88-eth2;ip link del s17-eth1;ip link del s88-eth2;ip link del s87-eth3;ip link del s18-eth1;ip link del s88-eth3;ip link del s89-eth2;ip link del s19-eth1;ip link del s89-eth2;ip link del s88-eth3;ip link del s20-eth1;ip link del s89-eth3;ip link del s90-eth2;ip link del s21-eth1;ip link del s90-eth2;ip link del s89-eth3;ip link del s22-eth1;ip link del s90-eth3;ip link del s91-eth2;ip link del s23-eth1;ip link del s91-eth2;ip link del s90-eth3;ip link del s24-eth1;ip link del s91-eth3;ip link del s92-eth2;ip link del s25-eth1;ip link del s92-eth2;ip link del s91-eth3;ip link del s26-eth1;ip link del s92-eth3;ip link del s93-eth2;ip link del s27-eth1;ip link del s93-eth2;ip link del s92-eth3;ip link del s28-eth1;ip link del s93-eth3;ip link del s94-eth2;ip link del s29-eth1;ip link del s94-eth2;ip link del s93-eth3;ip link del s30-eth1;ip link del s94-eth3;ip link del s95-eth2;ip link del s31-eth1;ip link del s95-eth2;ip link del s94-eth3;ip link del s32-eth1;ip link del s95-eth3;ip link del s96-eth2;ip link del s33-eth1;ip link del s96-eth2;ip link del s95-eth3;ip link del s34-eth1;ip link del s96-eth3;ip link del s97-eth2;ip link del s35-eth1;ip link del s97-eth2;ip link del s96-eth3;ip link del s36-eth1;ip link del s97-eth3;ip link del s98-eth2;ip link del s37-eth1;ip link del s98-eth2;ip link del s97-eth3;ip link del s38-eth1;ip link del s98-eth3;ip link del s99-eth2;ip link del s39-eth1;ip link del s99-eth2;ip link del s98-eth3;ip link del s40-eth1;ip link del s99-eth3;ip link del s100-eth2;ip link del s41-eth1;ip link del s100-eth2;ip link del s99-eth3;ip link del s42-eth1;ip link del s43-eth1;ip link del s44-eth1;ip link del s45-eth1;ip link del s46-eth1;ip link del s47-eth1;ip link del s48-eth1;ip link del s49-eth1;ip link del s50-eth1;ip link del s51-eth1;ip link del s52-eth1;ip link del s53-eth1;ip link del s54-eth1;ip link del s55-eth1;ip link del s56-eth1;ip link del s57-eth1;ip link del s58-eth1;ip link del s59-eth1;ip link del s60-eth1;ip link del s61-eth1;ip link del s62-eth1;ip link del s63-eth1;ip link del s64-eth1;ip link del s65-eth1;ip link del s66-eth1;ip link del s67-eth1;ip link del s68-eth1;ip link del s69-eth1;ip link del s70-eth1;ip link del s71-eth1;ip link del s72-eth1;ip link del s73-eth1;ip link del s74-eth1;ip link del s75-eth1;ip link del s76-eth1;ip link del s77-eth1;ip link del s78-eth1;ip link del s79-eth1;ip link del s80-eth1;ip link del s81-eth1;ip link del s82-eth1;ip link del s83-eth1;ip link del s84-eth1;ip link del s85-eth1;ip link del s86-eth1;ip link del s87-eth1;ip link del s88-eth1;ip link del s89-eth1;ip link del s90-eth1;ip link del s91-eth1;ip link del s92-eth1;ip link del s93-eth1;ip link del s94-eth1;ip link del s95-eth1;ip link del s96-eth1;ip link del s97-eth1;ip link del s98-eth1;ip link del s99-eth1;ip link del s100-eth1;ip link del s1-eth2;ip link del s2-eth2;ip link del s2-eth2;ip link del s1-eth2;ip link del s2-eth3;ip link del s3-eth2;ip link del s3-eth2;ip link del s2-eth3;ip link del s3-eth3;ip link del s4-eth2;ip link del s4-eth2;ip link del s3-eth3;ip link del s4-eth3;ip link del s5-eth2;ip link del s5-eth2;ip link del s4-eth3;ip link del s5-eth3;ip link del s6-eth2;ip link del s6-eth2;ip link del s5-eth3;ip link del s6-eth3;ip link del s7-eth2;ip link del s7-eth2;ip link del s6-eth3;ip link del s7-eth3;ip link del s8-eth2;ip link del s8-eth2;ip link del s7-eth3;ip link del s8-eth3;ip link del s9-eth2;ip link del s9-eth2;ip link del s8-eth3;ip link del s9-eth3;ip link del s10-eth2;ip link del s10-eth2;ip link del s9-eth3;ip link del s10-eth3;ip link del s11-eth2;ip link del s11-eth2;ip link del s10-eth3;ip link del s11-eth3;ip link del s12-eth2;ip link del s12-eth2;ip link del s11-eth3;ip link del s12-eth3;ip link del s13-eth2;ip link del s13-eth2;ip link del s12-eth3;ip link del s13-eth3;ip link del s14-eth2;ip link del s14-eth2;ip link del s13-eth3;ip link del s14-eth3;ip link del s15-eth2;ip link del s15-eth2;ip link del s14-eth3;ip link del s15-eth3;ip link del s16-eth2;ip link del s16-eth2;ip link del s15-eth3;ip link del s16-eth3;ip link del s17-eth2;ip link del s17-eth2;ip link del s16-eth3;ip link del s17-eth3;ip link del s18-eth2;ip link del s18-eth2;ip link del s17-eth3;ip link del s18-eth3;ip link del s19-eth2;ip link del s19-eth2;ip link del s18-eth3;ip link del s19-eth3;ip link del s20-eth2;ip link del s20-eth2;ip link del s19-eth3;ip link del s20-eth3;ip link del s21-eth2;ip link del s21-eth2;ip link del s20-eth3;ip link del s21-eth3;ip link del s22-eth2;ip link del s22-eth2;ip link del s21-eth3;ip link del s22-eth3;ip link del s23-eth2;ip link del s23-eth2;ip link del s22-eth3;ip link del s23-eth3;ip link del s24-eth2;ip link del s24-eth2;ip link del s23-eth3;ip link del s24-eth3;ip link del s25-eth2;ip link del s25-eth2;ip link del s24-eth3;ip link del s25-eth3;ip link del s26-eth2;ip link del s26-eth2;ip link del s25-eth3;ip link del s26-eth3;ip link del s27-eth2;ip link del s27-eth2;ip link del s26-eth3;ip link del s27-eth3;ip link del s28-eth2;ip link del s28-eth2;ip link del s27-eth3;ip link del s28-eth3;ip link del s29-eth2;ip link del s29-eth2;ip link del s28-eth3;ip link del s29-eth3;ip link del s30-eth2;ip link del s30-eth2;ip link del s29-eth3;ip link del s30-eth3;ip link del s31-eth2;ip link del s31-eth2;ip link del s30-eth3;ip link del s31-eth3;ip link del s32-eth2;ip link del s32-eth2;ip link del s31-eth3;ip link del s32-eth3;ip link del s33-eth2;ip link del s33-eth2;ip link del s32-eth3;ip link del s33-eth3;ip link del s34-eth2;ip link del s34-eth2;ip link del s33-eth3;ip link del s34-eth3;ip link del s35-eth2;ip link del s35-eth2;ip link del s34-eth3;ip link del s35-eth3;ip link del s36-eth2;ip link del s36-eth2;ip link del s35-eth3;ip link del s36-eth3;ip link del s37-eth2;ip link del s37-eth2;ip link del s36-eth3;ip link del s37-eth3;ip link del s38-eth2;ip link del s38-eth2;ip link del s37-eth3;ip link del s38-eth3;ip link del s39-eth2;ip link del s39-eth2;ip link del s38-eth3;ip link del s39-eth3;ip link del s40-eth2;ip link del s40-eth2;ip link del s39-eth3;ip link del s40-eth3;ip link del s41-eth2;ip link del s41-eth2;ip link del s40-eth3;ip link del s41-eth3;ip link del s42-eth2;ip link del s42-eth2;ip link del s41-eth3;ip link del s42-eth3;ip link del s43-eth2;ip link del s43-eth2;ip link del s42-eth3;ip link del s43-eth3;ip link del s44-eth2;ip link del s44-eth2;ip link del s43-eth3;ip link del s44-eth3;ip link del s45-eth2;ip link del s45-eth2;ip link del s44-eth3;ip link del s45-eth3;ip link del s46-eth2;ip link del s46-eth2;ip link del s45-eth3;ip link del s46-eth3;ip link del s47-eth2;ip link del s47-eth2;ip link del s46-eth3;ip link del s47-eth3;ip link del s48-eth2;ip link del s48-eth2;ip link del s47-eth3;ip link del s48-eth3;ip link del s49-eth2;ip link del s49-eth2;ip link del s48-eth3;ip link del s49-eth3;ip link del s50-eth2;ip link del s50-eth2;ip link del s49-eth3;ip link del s50-eth3;ip link del s51-eth2;ip link del s51-eth2;ip link del s50-eth3;ip link del s51-eth3;ip link del s52-eth2;ip link del s52-eth2;ip link del s51-eth3;ip link del s52-eth3;ip link del s53-eth2;ip link del s53-eth2;ip link del s52-eth3;ip link del s53-eth3;ip link del s54-eth2;ip link del s54-eth2;ip link del s53-eth3;ip link del s54-eth3;ip link del s55-eth2;ip link del s55-eth2;ip link del s54-eth3;ip link del s55-eth3;ip link del s56-eth2;ip link del s56-eth2;ip link del s55-eth3;ip link del s56-eth3;ip link del s57-eth2;ip link del s57-eth2;ip link del s56-eth3;ip link del s57-eth3;ip link del s58-eth2;ip link del s58-eth2;ip link del s57-eth3;ip link del s58-eth3;ip link del s59-eth2;ip link del s59-eth2;ip link del s58-eth3;ip link del s59-eth3;ip link del s60-eth2;ip link del s60-eth2;ip link del s59-eth3;ip link del s60-eth3;ip link del s61-eth2;ip link del s61-eth2;ip link del s60-eth3;ip link del s61-eth3;ip link del s62-eth2;ip link del s62-eth2;ip link del s61-eth3;ip link del s62-eth3;ip link del s63-eth2;ip link del s63-eth2;ip link del s62-eth3;ip link del s63-eth3;ip link del s64-eth2;ip link del s64-eth2;ip link del s63-eth3;ip link del s64-eth3;ip link del s65-eth2;ip link del s65-eth2;ip link del s64-eth3;ip link del s65-eth3;ip link del s66-eth2;ip link del s66-eth2;ip link del s65-eth3;ip link del s66-eth3;ip link del s67-eth2;ip link del s67-eth2;ip link del s66-eth3;ip link del s67-eth3;ip link del s68-eth2;ip link del s68-eth2;ip link del s67-eth3;ip link del s68-eth3;ip link del s69-eth2;ip link del s69-eth2;ip link del s68-eth3;ip link del s69-eth3;ip link del s70-eth2;ip link del s70-eth2;ip link del s69-eth3;ip link del s70-eth3;ip link del s71-eth2;ip link del s71-eth2;ip link del s70-eth3;ip link del s71-eth3;ip link del s72-eth2;ip link del s72-eth2;ip link del s71-eth3;ip link del s72-eth3;ip link del s73-eth2;ip link del s73-eth2;ip link del s72-eth3;ip link del s73-eth3;ip link del s74-eth2;ip link del s74-eth2;ip link del s73-eth3;ip link del s74-eth3;ip link del s75-eth2;ip link del s75-eth2;ip link del s74-eth3;ip link del s75-eth3;ip link del s76-eth2;ip link del s76-eth2;ip link del s75-eth3;ip link del s76-eth3;ip link del s77-eth2;ip link del s77-eth2;ip link del s76-eth3;ip link del s77-eth3;ip link del s78-eth2 ) 2&gt; /dev/null
ip link show
*** Killing stale mininet node processes
pkill -9 -f mininet:
*** Shutting down stale tunnels
pkill -9 -f Tunnel=Ethernet
pkill -9 -f .ssh/mn
rm -f ~/.ssh/mn/*
*** Cleanup complete.</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:24.031975" elapsed="0.000758"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:16:24.033115" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:24.032886" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:24.032823" elapsed="0.000403"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-04-10T03:16:24.033500" elapsed="0.000050"/>
</return>
<status status="PASS" start="2026-04-10T03:16:24.033332" elapsed="0.000284"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:24.033306" elapsed="0.000347"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:16:24.033704" elapsed="0.000021"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-04-10T03:16:24.038620" elapsed="0.000223"/>
</kw>
<msg time="2026-04-10T03:16:24.038911" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:24.037708" elapsed="0.001299"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:24.039257" elapsed="0.000054"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:24.039531" elapsed="0.000032"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:16:24.034204" elapsed="0.005452"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T03:16:15.223790" elapsed="8.816005"/>
</kw>
<msg time="2026-04-10T03:16:24.039874" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:15.223179" elapsed="8.816783"/>
</kw>
<arg>${system}</arg>
<arg>sudo mn -c</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-04-10T03:16:15.222707" elapsed="8.817372"/>
</kw>
<kw name="Run Command On Mininet" owner="Utils">
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:24.043167" elapsed="0.000033"/>
</kw>
<status status="NOT RUN" start="2026-04-10T03:16:24.042736" elapsed="0.000515"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:24.042709" elapsed="0.000598"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:16:24.046563" level="INFO">index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<msg time="2026-04-10T03:16:24.046736" level="INFO">${current_ssh_connection} = index=6
host=10.30.170.93
alias=None
port=22
timeout=6 minutes 40 seconds
newline=

prompt=&gt;
term_type=vt100
width=80
height=24
path_separator=/
encoding=UTF-8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-04-10T03:16:24.043535" elapsed="0.003243"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:24.047617" level="INFO">Attempting to execute command "sudo ps -elf | egrep 'usr/local/bin/mn' | egrep python | awk '{print "sudo kill -9",$4}' | sh" on remote system "10.30.170.93" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:24.047016" elapsed="0.000671"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-04-10T03:16:24.048526" level="INFO">${conn_id} = 11</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-04-10T03:16:24.047930" elapsed="0.000642"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-04-10T03:16:24.049893" level="INFO">Length is 0.</msg>
<msg time="2026-04-10T03:16:24.050007" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-04-10T03:16:24.049473" elapsed="0.000570"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:24.050305" elapsed="0.000483"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-04-10T03:16:24.052066" level="INFO">Logging into '10.30.170.93:22' as 'jenkins'.</msg>
<msg time="2026-04-10T03:16:24.402579" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

 System information as of Fri Apr 10 03:16:15 UTC 2026

  System load:  0.61               Processes:             316
  Usage of /:   19.3% of 38.58GB   Users logged in:       1
  Memory usage: 7%                 IPv4 address for ens3: 10.30.170.93
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

9 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm


The list of available updates is more than a week old.
To check for new updates run: sudo apt update
New release '24.04.4 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Apr 10 03:16:15 2026 from 10.30.171.158
[?2004h[jenkins@releng-51746-174-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-04-10T03:16:24.051599" elapsed="0.351325"/>
</kw>
<msg time="2026-04-10T03:16:24.403032" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:24.051044" elapsed="0.352111"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-04-10T03:16:24.048928" elapsed="0.354396"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-04-10T03:16:24.403951" level="INFO">Executing command 'sudo ps -elf | egrep 'usr/local/bin/mn' | egrep python | awk '{print "sudo kill -9",$4}' | sh'.</msg>
<msg time="2026-04-10T03:16:24.447431" level="INFO">Command exited with return code -1.</msg>
<msg time="2026-04-10T03:16:24.447817" level="INFO">${stdout} = </msg>
<msg time="2026-04-10T03:16:24.447925" level="INFO">${stderr} = </msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-04-10T03:16:24.403643" elapsed="0.044339"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-04-10T03:16:24.448518" elapsed="0.000692"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-04-10T03:16:24.450424" level="INFO"/>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-04-10T03:16:24.449759" elapsed="0.000759"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:16:24.450984" elapsed="0.000034"/>
</return>
<status status="NOT RUN" start="2026-04-10T03:16:24.450691" elapsed="0.000398"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:24.450642" elapsed="0.000498"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="PASS" start="2026-04-10T03:16:24.451527" elapsed="0.000069"/>
</return>
<status status="PASS" start="2026-04-10T03:16:24.451257" elapsed="0.000414"/>
</branch>
<status status="PASS" start="2026-04-10T03:16:24.451223" elapsed="0.000501"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-04-10T03:16:24.451799" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<kw name="Switch Connection" owner="SSHLibrary">
<arg>${connection_index}</arg>
<doc>Switches the active connection by index or alias.</doc>
<status status="PASS" start="2026-04-10T03:16:24.458480" elapsed="0.000156"/>
</kw>
<msg time="2026-04-10T03:16:24.458689" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:24.457906" elapsed="0.000855"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:24.458926" elapsed="0.000022"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="NOT RUN" start="2026-04-10T03:16:24.459092" elapsed="0.000020"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-04-10T03:16:24.452551" elapsed="0.006625"/>
</kw>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-04-10T03:16:24.041997" elapsed="0.417394"/>
</kw>
<msg time="2026-04-10T03:16:24.459454" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>Run Command On Remote System</arg>
<arg>${system}</arg>
<arg>${cmd}</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>prompt=${prompt}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-04-10T03:16:24.041114" elapsed="0.418404"/>
</kw>
<arg>${system}</arg>
<arg>sudo ps -elf | egrep 'usr/local/bin/mn' | egrep python | awk '{print "sudo kill -9",$4}' | sh</arg>
<doc>Call Run Comand On Remote System, but with default values suitable for Mininet machine.</doc>
<status status="PASS" start="2026-04-10T03:16:24.040378" elapsed="0.419220"/>
</kw>
<status status="PASS" start="2026-04-10T03:16:15.222354" elapsed="9.237304"/>
</kw>
<kw name="Delete All Sessions" owner="RequestsLibrary">
<msg time="2026-04-10T03:16:24.459887" level="INFO">Deleting All Sessions</msg>
<doc>Removes all the session objects</doc>
<status status="PASS" start="2026-04-10T03:16:24.459807" elapsed="0.000171"/>
</kw>
<doc>Cleanup when workflow is interrupt</doc>
<status status="PASS" start="2026-04-10T03:16:15.210949" elapsed="9.249085"/>
</kw>
<doc>Test suite for finding out max number of switches</doc>
<status status="PASS" start="2026-04-10T03:14:07.588407" elapsed="136.871663"/>
</suite>
<statistics>
<total>
<stat pass="1" fail="0" skip="0">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat name="openflowplugin-scale-switch.txt" id="s1" pass="1" fail="0" skip="0">openflowplugin-scale-switch.txt</stat>
</suite>
</statistics>
<errors>
</errors>
</robot>
